#FCBAF0

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

Shades of Lavender Rose #FCBAF0

Tints of Lavender Rose #FCBAF0

Color information

#FCBAF0 (or 0xFCBAF0) is unknown color: approx Lavender Rose. HEX triplet: FC, BA and F0. RGB value is (252,186,240). Sum of RGB (Red+Green+Blue) = 252+186+240=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF0 is #03450F. Grayscale: #D3D3D3. Windows color (decimal): -214288 or 15776508. OLE color: 15776508.

HSL color Cylindrical-coordinate representation of color #FCBAF0: hue angle of 310.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBAF0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252186240-
CMYK00.260.050.01
HSL310.91º91.67%85.88%-
HSV(B)310.91º26.19%98.82%-
XYZ73.4362.190.56-
YUV211.89143.87156.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 186 (73.05% from 255) = 27.43%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=37.17%
G=27.43%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218624000.260.050.01310.9191.6785.88
HexFCBAF001A511375c56
Octal37427236003251467134126
Binary111111001011101011110000011010101110011011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAF0; }

 p { color: rgb(252,186,240); }

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

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

 a { background-color: rgb(252,186,240); }

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

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

 span { border-color: rgb(252,186,240); }

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