Html Css Color HEX #FDAAEB Lavender Rose

📋 copy color: '#FDAAEB'

red 253 ◦ green 170 ◦ blue 235

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

Shades of Lavender Rose #FDAAEB

Tints of Lavender Rose #FDAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.71%

R = 38.45%
G = 25.84%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDAAEB (or 0xFDAAEB) is known color: Lavender Rose. HEX triplet: FD, AA and EB. RGB value is (253,170,235). Sum of RGB (Red+Green+Blue) = 253+170+235=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAEB is #025514. Grayscale: #CACACA. Windows color (decimal): -152853 or 15444733. OLE color: 15444733.

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

Color convert

RGB 253 170 235 -
CMYK 0 0.33 0.07 0.01
HSL 313.01º 0.95% 0.83% -
HSV(B) 313.01º 0.33% 0.99% -
XYZ 69.88 55.63 85.65 -
YUV 202.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 253 170 235 0 0.33 0.07 0.01 313.01 0.95 0.83
Hex FD AA EB 0 21 7 1 139 5F 53
Octal 375 252 353 0 41 7 1 471 137 123
Binary 11111101 10101010 11101011 0 100001 111 1 100111001 1011111 1010011

Color Harmonies of #FDAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAEB

Black with #FDAAEB

Text Example


Text Example

White with #FDAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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