#FCBCEF

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

Shades of Lavender Rose #FCBCEF

Tints of Lavender Rose #FCBCEF

Color information

#FCBCEF (or 0xFCBCEF) is unknown color: approx Lavender Rose. HEX triplet: FC, BC and EF. RGB value is (252,188,239). Sum of RGB (Red+Green+Blue) = 252+188+239=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCEF is #034310. Grayscale: #D4D4D4. Windows color (decimal): -213777 or 15711484. OLE color: 15711484.

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

Color convert

RGB252188239-
CMYK00.250.050.01
HSL312.19º91.43%86.27%-
HSV(B)312.19º25.4%98.82%-
XYZ73.7162.8989.92-
YUV212.95142.7155.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 188 (73.83% from 255) = 27.69%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=37.11%
G=27.69%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218823900.250.050.01312.1991.4386.27
HexFCBCEF019511385b56
Octal37427435703151470133126
Binary111111001011110011101111011001101110011100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCEF; }

 p { color: rgb(252,188,239); }

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

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

 a { background-color: rgb(252,188,239); }

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

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

 span { border-color: rgb(252,188,239); }

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