#FCBFA1

Color #FCBFA1 Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FCBFA1

Tints of Romantic #FCBFA1

Color information

#FCBFA1 (or 0xFCBFA1) is unknown color: approx Romantic. HEX triplet: FC, BF and A1. RGB value is (252,191,161). Sum of RGB (Red+Green+Blue) = 252+191+161=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFA1 is #03405E. Grayscale: #CECECE. Windows color (decimal): -213087 or 10600444. OLE color: 10600444.

HSL color Cylindrical-coordinate representation of color #FCBFA1: hue angle of 19.78º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCBFA1 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB252191161-
CMYK00.240.360.01
HSL19.78º93.81%80.98%-
HSV(B)19.78º36.11%98.82%-
XYZ65.2160.5341.96-
YUV205.82102.71160.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=41.72%
G=31.62%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219116100.240.360.0119.7893.8180.98
HexFCBFA1018241145e51
Octal37427724103044124136121
Binary11111100101111111010000101100010010011010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFA1; }

 p { color: rgb(252,191,161); }

 H1.HeaderClassName
 {
   color: #FCBFA1;
 }
 .AnyTagClassName
 {
   color: #FCBFA1;
 }
</style>
background-color css

<style>
 a { background-color: #FCBFA1; }

 a { background-color: rgb(252,191,161); }

 div.DivClassName
 {
   background-color: #FCBFA1;
 }
 .BgClassName
 {
   background-color: #FCBFA1;
 }
</style>
border-color css

<style>
 span { border-color: #FCBFA1; }

 span { border-color: rgb(252,191,161); }

 td.TdClassName
 {
   border-color: #FCBFA1;
 }
 .TagClassName
 {
   border-color: #FCBFA1;
 }
</style>