Html Css Color HEX #FCAFD9 Lavender Pink

📋 copy color: '#FCAFD9'

red 252 ◦ green 175 ◦ blue 217

#FCAFD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FCAFD9

Tints of Lavender Pink #FCAFD9

RGB

 RED value IS 252 (98.83% from 255) = 39.13%

 GREEN value IS 175 (68.75% from 255) = 27.17%

 BLUE value IS 217 (85.16% from 255) = 33.7%

R = 39.13%
G = 27.17%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCAFD9 (or 0xFCAFD9) is known color: Lavender Pink. HEX triplet: FC, AF and D9. RGB value is (252,175,217). Sum of RGB (Red+Green+Blue) = 252+175+217=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFD9 is #035026. Grayscale: #CACACA. Windows color (decimal): -217127 or 14266364. OLE color: 14266364.

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

Color convert

RGB 252 175 217 -
CMYK 0 0.31 0.14 0.01
HSL 327.27º 0.93% 0.84% -
HSV(B) 327.27º 0.31% 0.99% -
XYZ 68 56.37 72.94 -
YUV 202.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 252 175 217 0 0.31 0.14 0.01 327.27 0.93 0.84
Hex FC AF D9 0 1F E 1 147 5D 54
Octal 374 257 331 0 37 16 1 507 135 124
Binary 11111100 10101111 11011001 0 11111 1110 1 101000111 1011101 1010100

Color Harmonies of #FCAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFD9

Black with #FCAFD9

Text Example


Text Example

White with #FCAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFD9; }

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

 H1.HeaderClassName
 {
   color: #FCAFD9;
 }
 .AnyTagClassName
 {
   color: #FCAFD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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