Html Css Color HEX #FDADD4 Lavender Pink

📋 copy color: '#FDADD4'

red 253 ◦ green 173 ◦ blue 212

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

Shades of Lavender Pink #FDADD4

Tints of Lavender Pink #FDADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.12%

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

R = 39.66%
G = 27.12%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDADD4 (or 0xFDADD4) is known color: Lavender Pink. HEX triplet: FD, AD and D4. RGB value is (253,173,212). Sum of RGB (Red+Green+Blue) = 253+173+212=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADD4 is #02522B. Grayscale: #C9C9C9. Windows color (decimal): -152108 or 13938173. OLE color: 13938173.

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

Color convert

RGB 253 173 212 -
CMYK 0 0.32 0.16 0.01
HSL 330.75º 0.95% 0.84% -
HSV(B) 330.75º 0.32% 0.99% -
XYZ 67.34 55.52 69.46 -
YUV 201.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 253 173 212 0 0.32 0.16 0.01 330.75 0.95 0.84
Hex FD AD D4 0 20 10 1 14B 5F 54
Octal 375 255 324 0 40 20 1 513 137 124
Binary 11111101 10101101 11010100 0 100000 10000 1 101001011 1011111 1010100

Color Harmonies of #FDADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADD4

Black with #FDADD4

Text Example


Text Example

White with #FDADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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