Html Css Color HEX #FCAFD2 Lavender Pink

📋 copy color: '#FCAFD2'

red 252 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #FCAFD2

Tints of Lavender Pink #FCAFD2

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 value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCAFD2 (or 0xFCAFD2) is known color: 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

RGB 252 175 210 -
CMYK 0 0.31 0.17 0.01
HSL 332.73º 0.93% 0.84% -
HSV(B) 332.73º 0.31% 0.99% -
XYZ 67.11 56.01 68.25 -
YUV 202.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 252 175 210 0 0.31 0.17 0.01 332.73 0.93 0.84
Hex FC AF D2 0 1F 11 1 14D 5D 54
Octal 374 257 322 0 37 21 1 515 135 124
Binary 11111100 10101111 11010010 0 11111 10001 1 101001101 1011101 1010100

Color Harmonies of #FCAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFD2

Black with #FCAFD2

Text Example


Text Example

White with #FCAFD2

Text Example


Text Example

HTML Codes & Css Web 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>