#FCB5F4

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

Shades of Lavender Rose #FCB5F4

Tints of Lavender Rose #FCB5F4

Color information

#FCB5F4 (or 0xFCB5F4) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and F4. RGB value is (252,181,244). Sum of RGB (Red+Green+Blue) = 252+181+244=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 181 (71.09% from 255 or 26.74% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5F4 is #034A0B. Grayscale: #D1D1D1. Windows color (decimal): -215564 or 16037372. OLE color: 16037372.

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

Color convert

RGB252181244-
CMYK00.280.030.01
HSL306.76º92.21%84.9%-
HSV(B)306.76º28.17%98.82%-
XYZ7360.2793.37-
YUV209.41147.52158.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 181 (71.09% from 255) = 26.74%
BLUE value IS 244 (95.70% from 255) = 36.04%
R=37.22%
G=26.74%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218124400.280.030.01306.7692.2184.9
HexFCB5F401C311335c55
Octal37426536403431463134125
Binary11111100101101011111010001110011110011001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5F4; }

 p { color: rgb(252,181,244); }

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

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

 a { background-color: rgb(252,181,244); }

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

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

 span { border-color: rgb(252,181,244); }

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