#FCB4F4

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

Shades of Lavender Rose #FCB4F4

Tints of Lavender Rose #FCB4F4

Color information

#FCB4F4 (or 0xFCB4F4) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and F4. RGB value is (252,180,244). Sum of RGB (Red+Green+Blue) = 252+180+244=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4F4 is #034B0B. Grayscale: #D0D0D0. Windows color (decimal): -215820 or 16037116. OLE color: 16037116.

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

Color convert

RGB252180244-
CMYK00.290.030.01
HSL306.67º92.31%84.71%-
HSV(B)306.67º28.57%98.82%-
XYZ72.859.8793.31-
YUV208.82147.85158.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 180 (70.70% from 255) = 26.63%
BLUE value IS 244 (95.70% from 255) = 36.09%
R=37.28%
G=26.63%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218024400.290.030.01306.6792.3184.71
HexFCB4F401D311335c55
Octal37426436403531463134125
Binary11111100101101001111010001110111110011001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4F4; }

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

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

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

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

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

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

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

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