Html Css Color HEX #FDAEDC Lavender Pink

📋 copy color: '#FDAEDC'

red 253 ◦ green 174 ◦ blue 220

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

Shades of Lavender Pink #FDAEDC

Tints of Lavender Pink #FDAEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34%

R = 39.1%
G = 26.89%
B = 34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDAEDC (or 0xFDAEDC) is known color: Lavender Pink. HEX triplet: FD, AE and DC. RGB value is (253,174,220). Sum of RGB (Red+Green+Blue) = 253+174+220=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEDC is #025123. Grayscale: #CACACA. Windows color (decimal): -151844 or 14462717. OLE color: 14462717.

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

Color convert

RGB 253 174 220 -
CMYK 0 0.31 0.13 0.01
HSL 325.06º 0.95% 0.84% -
HSV(B) 325.06º 0.31% 0.99% -
XYZ 68.56 56.32 74.97 -
YUV 202.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 253 174 220 0 0.31 0.13 0.01 325.06 0.95 0.84
Hex FD AE DC 0 1F D 1 145 5F 54
Octal 375 256 334 0 37 15 1 505 137 124
Binary 11111101 10101110 11011100 0 11111 1101 1 101000101 1011111 1010100

Color Harmonies of #FDAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEDC

Black with #FDAEDC

Text Example


Text Example

White with #FDAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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