Html Css Color HEX #FDAAFD Lavender Rose

📋 copy color: '#FDAAFD'

red 253 ◦ green 170 ◦ blue 253

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

Shades of Lavender Rose #FDAAFD

Tints of Lavender Rose #FDAAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.43%

R = 37.43%
G = 25.15%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDAAFD (or 0xFDAAFD) is known color: Lavender Rose. HEX triplet: FD, AA and FD. RGB value is (253,170,253). Sum of RGB (Red+Green+Blue) = 253+170+253=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 170 (66.80% from 255 or 25.15% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAFD is #025502. Grayscale: #CCCCCC. Windows color (decimal): -152835 or 16624381. OLE color: 16624381.

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

Color convert

RGB 253 170 253 -
CMYK 0 0.33 0 0.01
HSL 300º 0.95% 0.83% -
HSV(B) 300º 0.33% 0.99% -
XYZ 72.61 56.72 100.05 -
YUV 204.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 253 170 253 0 0.33 0 0.01 300 0.95 0.83
Hex FD AA FD 0 21 0 1 12C 5F 53
Octal 375 252 375 0 41 0 1 454 137 123
Binary 11111101 10101010 11111101 0 100001 0 1 100101100 1011111 1010011

Color Harmonies of #FDAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAFD

Black with #FDAAFD

Text Example


Text Example

White with #FDAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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