#FCBAF2

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

Shades of Lavender Rose #FCBAF2

Tints of Lavender Rose #FCBAF2

Color information

#FCBAF2 (or 0xFCBAF2) is unknown color: approx Lavender Rose. HEX triplet: FC, BA and F2. RGB value is (252,186,242). Sum of RGB (Red+Green+Blue) = 252+186+242=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF2 is #03450D. Grayscale: #D3D3D3. Windows color (decimal): -214286 or 15907580. OLE color: 15907580.

HSL color Cylindrical-coordinate representation of color #FCBAF2: hue angle of 309.09º 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 #FCBAF2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252186242-
CMYK00.260.040.01
HSL309.09º91.67%85.88%-
HSV(B)309.09º26.19%98.82%-
XYZ73.7362.2292.13-
YUV212.12144.87156.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 186 (73.05% from 255) = 27.35%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=37.06%
G=27.35%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218624200.260.040.01309.0991.6785.88
HexFCBAF201A411355c56
Octal37427236203241465134126
Binary111111001011101011110010011010100110011010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAF2; }

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

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

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

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

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

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

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

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