Html Css Color HEX #FDA9F8 Lavender Rose

📋 copy color: '#FDA9F8'

red 253 ◦ green 169 ◦ blue 248

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

Shades of Lavender Rose #FDA9F8

Tints of Lavender Rose #FDA9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.01%

R = 37.76%
G = 25.22%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDA9F8 (or 0xFDA9F8) is known color: Lavender Rose. HEX triplet: FD, A9 and F8. RGB value is (253,169,248). Sum of RGB (Red+Green+Blue) = 253+169+248=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 169 (66.41% from 255 or 25.22% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9F8 is #025607. Grayscale: #CACACA. Windows color (decimal): -153096 or 16296445. OLE color: 16296445.

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

Color convert

RGB 253 169 248 -
CMYK 0 0.33 0.02 0.01
HSL 303.57º 0.95% 0.83% -
HSV(B) 303.57º 0.33% 0.99% -
XYZ 71.64 56.04 95.85 -
YUV 203.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 253 169 248 0 0.33 0.02 0.01 303.57 0.95 0.83
Hex FD A9 F8 0 21 2 1 130 5F 53
Octal 375 251 370 0 41 2 1 460 137 123
Binary 11111101 10101001 11111000 0 100001 10 1 100110000 1011111 1010011

Color Harmonies of #FDA9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9F8

Black with #FDA9F8

Text Example


Text Example

White with #FDA9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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