#FCADD2

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

Shades of Lavender Pink #FCADD2

Tints of Lavender Pink #FCADD2

Color information

#FCADD2 (or 0xFCADD2) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and D2. RGB value is (252,173,210). Sum of RGB (Red+Green+Blue) = 252+173+210=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD2 is #03522D. Grayscale: #C8C8C8. Windows color (decimal): -217646 or 13807100. OLE color: 13807100.

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

Color convert

RGB252173210-
CMYK00.310.170.01
HSL331.9º92.94%83.33%-
HSV(B)331.9º31.35%98.82%-
XYZ66.7255.2468.12-
YUV200.84133.17164.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=39.69%
G=27.24%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217321000.310.170.01331.992.9483.33
HexFCADD201F11114c5d53
Octal374255322037211514135123
Binary11111100101011011101001001111110001110100110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADD2; }

 p { color: rgb(252,173,210); }

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

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

 a { background-color: rgb(252,173,210); }

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

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

 span { border-color: rgb(252,173,210); }

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