#FCBFEF

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

Shades of Lavender Rose #FCBFEF

Tints of Lavender Rose #FCBFEF

Color information

#FCBFEF (or 0xFCBFEF) is unknown color: approx Lavender Rose. HEX triplet: FC, BF and EF. RGB value is (252,191,239). Sum of RGB (Red+Green+Blue) = 252+191+239=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFEF is #034010. Grayscale: #D6D6D6. Windows color (decimal): -213009 or 15712252. OLE color: 15712252.

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

Color convert

RGB252191239-
CMYK00.240.050.01
HSL312.79º91.04%86.86%-
HSV(B)312.79º24.21%98.82%-
XYZ74.3664.1990.13-
YUV214.71141.71154.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 191 (75% from 255) = 28.01%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=36.95%
G=28.01%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219123900.240.050.01312.7991.0486.86
HexFCBFEF018511395b57
Octal37427735703051471133127
Binary111111001011111111101111011000101110011100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFEF; }

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

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

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

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

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

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

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

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