#FCB2E0

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

Shades of Lavender Pink #FCB2E0

Tints of Lavender Pink #FCB2E0

Color information

#FCB2E0 (or 0xFCB2E0) is unknown color: approx Lavender Pink. HEX triplet: FC, B2 and E0. RGB value is (252,178,224). Sum of RGB (Red+Green+Blue) = 252+178+224=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2E0 is #034D1F. Grayscale: #CDCDCD. Windows color (decimal): -216352 or 14725884. OLE color: 14725884.

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

Color convert

RGB252178224-
CMYK00.290.110.01
HSL322.7º92.5%84.31%-
HSV(B)322.7º29.37%98.82%-
XYZ69.5257.9278.04-
YUV205.37138.52161.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 178 (69.92% from 255) = 27.22%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=38.53%
G=27.22%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217822400.290.110.01322.792.584.31
HexFCB2E001DB11435c54
Octal374262340035131503134124
Binary1111110010110010111000000111011011110100001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2E0; }

 p { color: rgb(252,178,224); }

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

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

 a { background-color: rgb(252,178,224); }

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

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

 span { border-color: rgb(252,178,224); }

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