Html Css Color HEX #FDAAFE Lavender Rose

📋 copy color: '#FDAAFE'

red 253 ◦ green 170 ◦ blue 254

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

Shades of Lavender Rose #FDAAFE

Tints of Lavender Rose #FDAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 37.37%
G = 25.11%
B = 37.52%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDAAFE (or 0xFDAAFE) is known color: Lavender Rose. HEX triplet: FD, AA and FE. RGB value is (253,170,254). Sum of RGB (Red+Green+Blue) = 253+170+254=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 170 (66.80% from 255 or 25.11% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAFE is #025501. Grayscale: #CCCCCC. Windows color (decimal): -152834 or 16689917. OLE color: 16689917.

HSL color Cylindrical-coordinate representation of color #FDAAFE: hue angle of 299.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAFE is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 170 254 -
CMYK 0.00 0.33 0 0.00
HSL 299.29º 0.98% 0.83% -
HSV(B) 299.29º 0.33% 1% -
XYZ 72.77 56.79 100.89 -
YUV 204.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 253 170 254 0.00 0.33 0 0.00 299.29 0.98 0.83
Hex FD AA FE 0 21 0 0 12B 62 53
Octal 375 252 376 0 41 0 0 453 142 123
Binary 11111101 10101010 11111110 0 100001 0 0 100101011 1100010 1010011

Color Harmonies of #FDAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAFE

Black with #FDAAFE

Text Example


Text Example

White with #FDAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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