Html Css Color HEX #FDA9E6 Lavender Rose

📋 copy color: '#FDA9E6'

red 253 ◦ green 169 ◦ blue 230

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

Shades of Lavender Rose #FDA9E6

Tints of Lavender Rose #FDA9E6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.92%

 BLUE value IS 230 (90.23% from 255) = 35.28%

R = 38.8%
G = 25.92%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDA9E6 (or 0xFDA9E6) is known color: Lavender Rose. HEX triplet: FD, A9 and E6. RGB value is (253,169,230). Sum of RGB (Red+Green+Blue) = 253+169+230=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9E6 is #025619. Grayscale: #C8C8C8. Windows color (decimal): -153114 or 15116797. OLE color: 15116797.

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

Color convert

RGB 253 169 230 -
CMYK 0 0.33 0.09 0.01
HSL 316.43º 0.95% 0.83% -
HSV(B) 316.43º 0.33% 0.99% -
XYZ 68.98 54.97 81.84 -
YUV 201.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 253 169 230 0 0.33 0.09 0.01 316.43 0.95 0.83
Hex FD A9 E6 0 21 9 1 13C 5F 53
Octal 375 251 346 0 41 11 1 474 137 123
Binary 11111101 10101001 11100110 0 100001 1001 1 100111100 1011111 1010011

Color Harmonies of #FDA9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9E6

Black with #FDA9E6

Text Example


Text Example

White with #FDA9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9E6; }

 p { color: rgb(253,169,230); }

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

background-color css

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

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

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

border-color css

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

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

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