#FCAFD2

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

Shades of Lavender Pink #FCAFD2

Tints of Lavender Pink #FCAFD2

Color information

#FCAFD2 (or 0xFCAFD2) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and D2. RGB value is (252,175,210). Sum of RGB (Red+Green+Blue) = 252+175+210=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFD2 is #03502D. Grayscale: #C9C9C9. Windows color (decimal): -217134 or 13807612. OLE color: 13807612.

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

Color convert

RGB252175210-
CMYK00.310.170.01
HSL332.73º92.77%83.73%-
HSV(B)332.73º30.56%98.82%-
XYZ67.1156.0168.25-
YUV202.01132.51163.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=39.56%
G=27.47%
B=32.97%

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
Decimal25217521000.310.170.01332.7392.7783.73
HexFCAFD201F11114d5d54
Octal374257322037211515135124
Binary11111100101011111101001001111110001110100110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFD2; }

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

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

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

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

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

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

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

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