Html Css Color HEX #FDAFD2 Lavender Pink

📋 copy color: '#FDAFD2'

red 253 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #FDAFD2

Tints of Lavender Pink #FDAFD2

RGB

 RED value IS 253 (99.22% from 255) = 39.66%

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

 BLUE value IS 210 (82.42% from 255) = 32.92%

R = 39.66%
G = 27.43%
B = 32.92%

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

#FDAFD2 (or 0xFDAFD2) is known color: Lavender Pink. HEX triplet: FD, AF and D2. RGB value is (253,175,210). Sum of RGB (Red+Green+Blue) = 253+175+210=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFD2 is #02502D. Grayscale: #CACACA. Windows color (decimal): -151598 or 13807613. OLE color: 13807613.

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

Color convert

RGB 253 175 210 -
CMYK 0 0.31 0.17 0.01
HSL 333.08º 0.95% 0.84% -
HSV(B) 333.08º 0.31% 0.99% -
XYZ 67.47 56.2 68.26 -
YUV 202.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 253 175 210 0 0.31 0.17 0.01 333.08 0.95 0.84
Hex FD AF D2 0 1F 11 1 14D 5F 54
Octal 375 257 322 0 37 21 1 515 137 124
Binary 11111101 10101111 11010010 0 11111 10001 1 101001101 1011111 1010100

Color Harmonies of #FDAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFD2

Black with #FDAFD2

Text Example


Text Example

White with #FDAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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