Html Css Color HEX #FDAFD6 Lavender Pink

📋 copy color: '#FDAFD6'

red 253 ◦ green 175 ◦ blue 214

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

Shades of Lavender Pink #FDAFD6

Tints of Lavender Pink #FDAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 39.41%
G = 27.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDAFD6 (or 0xFDAFD6) is known color: Lavender Pink. HEX triplet: FD, AF and D6. RGB value is (253,175,214). Sum of RGB (Red+Green+Blue) = 253+175+214=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFD6 is #025029. Grayscale: #CACACA. Windows color (decimal): -151594 or 14069757. OLE color: 14069757.

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

Color convert

RGB 253 175 214 -
CMYK 0 0.31 0.15 0.01
HSL 330º 0.95% 0.84% -
HSV(B) 330º 0.31% 0.99% -
XYZ 67.98 56.4 70.92 -
YUV 202.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 253 175 214 0 0.31 0.15 0.01 330 0.95 0.84
Hex FD AF D6 0 1F F 1 14A 5F 54
Octal 375 257 326 0 37 17 1 512 137 124
Binary 11111101 10101111 11010110 0 11111 1111 1 101001010 1011111 1010100

Color Harmonies of #FDAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFD6

Black with #FDAFD6

Text Example


Text Example

White with #FDAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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