Html Css Color HEX #FDAAFF Lavender Rose

📋 copy color: '#FDAAFF'

red 253 ◦ green 170 ◦ blue 255

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

Shades of Lavender Rose #FDAAFF

Tints of Lavender Rose #FDAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.61%

R = 37.32%
G = 25.07%
B = 37.61%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDAAFF (or 0xFDAAFF) is known color: Lavender Rose. HEX triplet: FD, AA and FF. RGB value is (253,170,255). Sum of RGB (Red+Green+Blue) = 253+170+255=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 170 (66.80% from 255 or 25.07% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAFF is #025500. Grayscale: #CCCCCC. Windows color (decimal): -152833 or 16755453. OLE color: 16755453.

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

Color convert

RGB 253 170 255 -
CMYK 0.01 0.33 0 0
HSL 298.59º 1% 0.83% -
HSV(B) 298.59º 0.33% 1% -
XYZ 72.93 56.85 101.74 -
YUV 204.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 253 170 255 0.01 0.33 0 0 298.59 1 0.83
Hex FD AA FF 1 21 0 0 12B 64 53
Octal 375 252 377 1 41 0 0 453 144 123
Binary 11111101 10101010 11111111 1 100001 0 0 100101011 1100100 1010011

Color Harmonies of #FDAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAFF

Black with #FDAAFF

Text Example


Text Example

White with #FDAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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