#FCAFD0

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

Shades of Lavender Pink #FCAFD0

Tints of Lavender Pink #FCAFD0

Color information

#FCAFD0 (or 0xFCAFD0) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and D0. RGB value is (252,175,208). Sum of RGB (Red+Green+Blue) = 252+175+208=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFD0 is #03502F. Grayscale: #C9C9C9. Windows color (decimal): -217136 or 13676540. OLE color: 13676540.

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

Color convert

RGB252175208-
CMYK00.310.170.01
HSL334.29º92.77%83.73%-
HSV(B)334.29º30.56%98.82%-
XYZ66.8655.9166.94-
YUV201.78131.51163.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=39.69%
G=27.56%
B=32.76%

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
Decimal25217520800.310.170.01334.2992.7783.73
HexFCAFD001F11114e5d54
Octal374257320037211516135124
Binary11111100101011111101000001111110001110100111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFD0; }

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

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

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

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

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

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

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

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