Html Css Color HEX #FDAEDA Lavender Pink

📋 copy color: '#FDAEDA'

red 253 ◦ green 174 ◦ blue 218

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

Shades of Lavender Pink #FDAEDA

Tints of Lavender Pink #FDAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.98%

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 39.22%
G = 26.98%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDAEDA (or 0xFDAEDA) is known color: Lavender Pink. HEX triplet: FD, AE and DA. RGB value is (253,174,218). Sum of RGB (Red+Green+Blue) = 253+174+218=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEDA is #025125. Grayscale: #CACACA. Windows color (decimal): -151846 or 14331645. OLE color: 14331645.

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

Color convert

RGB 253 174 218 -
CMYK 0 0.31 0.14 0.01
HSL 326.58º 0.95% 0.84% -
HSV(B) 326.58º 0.31% 0.99% -
XYZ 68.3 56.22 73.58 -
YUV 202.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 253 174 218 0 0.31 0.14 0.01 326.58 0.95 0.84
Hex FD AE DA 0 1F E 1 147 5F 54
Octal 375 256 332 0 37 16 1 507 137 124
Binary 11111101 10101110 11011010 0 11111 1110 1 101000111 1011111 1010100

Color Harmonies of #FDAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEDA

Black with #FDAEDA

Text Example


Text Example

White with #FDAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEDA; }

 p { color: rgb(253,174,218); }

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

background-color css

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

 a { background-color: rgb(253,174,218); }

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

border-color css

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

 span { border-color: rgb(253,174,218); }

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