Html Css Color HEX #FDAAED Lavender Rose

📋 copy color: '#FDAAED'

red 253 ◦ green 170 ◦ blue 237

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

Shades of Lavender Rose #FDAAED

Tints of Lavender Rose #FDAAED

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.76%

 BLUE value IS 237 (92.97% from 255) = 35.91%

R = 38.33%
G = 25.76%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDAAED (or 0xFDAAED) is known color: Lavender Rose. HEX triplet: FD, AA and ED. RGB value is (253,170,237). Sum of RGB (Red+Green+Blue) = 253+170+237=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAED is #025512. Grayscale: #CACACA. Windows color (decimal): -152851 or 15575805. OLE color: 15575805.

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

Color convert

RGB 253 170 237 -
CMYK 0 0.33 0.06 0.01
HSL 311.57º 0.95% 0.83% -
HSV(B) 311.57º 0.33% 0.99% -
XYZ 70.17 55.75 87.18 -
YUV 202.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 253 170 237 0 0.33 0.06 0.01 311.57 0.95 0.83
Hex FD AA ED 0 21 6 1 138 5F 53
Octal 375 252 355 0 41 6 1 470 137 123
Binary 11111101 10101010 11101101 0 100001 110 1 100111000 1011111 1010011

Color Harmonies of #FDAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAED

Black with #FDAAED

Text Example


Text Example

White with #FDAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAED; }

 p { color: rgb(253,170,237); }

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

background-color css

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

 a { background-color: rgb(253,170,237); }

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

border-color css

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

 span { border-color: rgb(253,170,237); }

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