#FCBFF2

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

Shades of Lavender Rose #FCBFF2

Tints of Lavender Rose #FCBFF2

Color information

#FCBFF2 (or 0xFCBFF2) is unknown color: approx Lavender Rose. HEX triplet: FC, BF and F2. RGB value is (252,191,242). Sum of RGB (Red+Green+Blue) = 252+191+242=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFF2 is #03400D. Grayscale: #D6D6D6. Windows color (decimal): -213006 or 15908860. OLE color: 15908860.

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

Color convert

RGB252191242-
CMYK00.240.040.01
HSL309.84º91.04%86.86%-
HSV(B)309.84º24.21%98.82%-
XYZ74.864.3792.49-
YUV215.05143.21154.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 191 (75% from 255) = 27.88%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=36.79%
G=27.88%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219124200.240.040.01309.8491.0486.86
HexFCBFF2018411365b57
Octal37427736203041466133127
Binary111111001011111111110010011000100110011011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFF2; }

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

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

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

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

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

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

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

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