#FCB4E2

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

Shades of Lavender Rose #FCB4E2

Tints of Lavender Rose #FCB4E2

Color information

#FCB4E2 (or 0xFCB4E2) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and E2. RGB value is (252,180,226). Sum of RGB (Red+Green+Blue) = 252+180+226=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4E2 is #034B1D. Grayscale: #CECECE. Windows color (decimal): -215838 or 14857468. OLE color: 14857468.

HSL color Cylindrical-coordinate representation of color #FCB4E2: hue angle of 321.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 #FCB4E2 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252180226-
CMYK00.290.100.01
HSL321.67º92.31%84.71%-
HSV(B)321.67º28.57%98.82%-
XYZ70.1958.8379.61-
YUV206.77138.85160.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 180 (70.70% from 255) = 27.36%
BLUE value IS 226 (88.67% from 255) = 34.35%
R=38.30%
G=27.36%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218022600.290.100.01321.6792.3184.71
HexFCB4E201DA11425c55
Octal374264342035121502134125
Binary1111110010110100111000100111011010110100001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4E2; }

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

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

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

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

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

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

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

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