#FCB2D4

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

Shades of Lavender Pink #FCB2D4

Tints of Lavender Pink #FCB2D4

Color information

#FCB2D4 (or 0xFCB2D4) is unknown color: approx Lavender Pink. HEX triplet: FC, B2 and D4. RGB value is (252,178,212). Sum of RGB (Red+Green+Blue) = 252+178+212=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D4 is #034D2B. Grayscale: #CBCBCB. Windows color (decimal): -216364 or 13939452. OLE color: 13939452.

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

Color convert

RGB252178212-
CMYK00.290.160.01
HSL332.43º92.5%84.31%-
HSV(B)332.43º29.37%98.82%-
XYZ67.9557.2969.76-
YUV204132.52162.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 178 (69.92% from 255) = 27.73%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=39.25%
G=27.73%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217821200.290.160.01332.4392.584.31
HexFCB2D401D10114c5c54
Octal374262324035201514134124
Binary11111100101100101101010001110110000110100110010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2D4; }

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

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

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

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

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

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

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

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