Html Css Color HEX #FDA9D4 Lavender Pink

📋 copy color: '#FDA9D4'

red 253 ◦ green 169 ◦ blue 212

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

Shades of Lavender Pink #FDA9D4

Tints of Lavender Pink #FDA9D4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.66%

 BLUE value IS 212 (83.2% from 255) = 33.44%

R = 39.91%
G = 26.66%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDA9D4 (or 0xFDA9D4) is known color: Lavender Pink. HEX triplet: FD, A9 and D4. RGB value is (253,169,212). Sum of RGB (Red+Green+Blue) = 253+169+212=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9D4 is #02562B. Grayscale: #C6C6C6. Windows color (decimal): -153132 or 13937149. OLE color: 13937149.

HSL color Cylindrical-coordinate representation of color #FDA9D4: hue angle of 329.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9D4 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 212 -
CMYK 0 0.33 0.16 0.01
HSL 329.29º 0.95% 0.83% -
HSV(B) 329.29º 0.33% 0.99% -
XYZ 66.58 54.01 69.2 -
YUV 199.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 253 169 212 0 0.33 0.16 0.01 329.29 0.95 0.83
Hex FD A9 D4 0 21 10 1 149 5F 53
Octal 375 251 324 0 41 20 1 511 137 123
Binary 11111101 10101001 11010100 0 100001 10000 1 101001001 1011111 1010011

Color Harmonies of #FDA9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9D4

Black with #FDA9D4

Text Example


Text Example

White with #FDA9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9D4; }

 p { color: rgb(253,169,212); }

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

background-color css

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

 a { background-color: rgb(253,169,212); }

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

border-color css

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

 span { border-color: rgb(253,169,212); }

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