Html Css Color HEX #FDA9E8 Lavender Rose

📋 copy color: '#FDA9E8'

red 253 ◦ green 169 ◦ blue 232

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

Shades of Lavender Rose #FDA9E8

Tints of Lavender Rose #FDA9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.47%

R = 38.69%
G = 25.84%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDA9E8 (or 0xFDA9E8) is known color: Lavender Rose. HEX triplet: FD, A9 and E8. RGB value is (253,169,232). Sum of RGB (Red+Green+Blue) = 253+169+232=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9E8 is #025617. Grayscale: #C9C9C9. Windows color (decimal): -153112 or 15247869. OLE color: 15247869.

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

Color convert

RGB 253 169 232 -
CMYK 0 0.33 0.08 0.01
HSL 315º 0.95% 0.83% -
HSV(B) 315º 0.33% 0.99% -
XYZ 69.26 55.08 83.33 -
YUV 201.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 253 169 232 0 0.33 0.08 0.01 315 0.95 0.83
Hex FD A9 E8 0 21 8 1 13B 5F 53
Octal 375 251 350 0 41 10 1 473 137 123
Binary 11111101 10101001 11101000 0 100001 1000 1 100111011 1011111 1010011

Color Harmonies of #FDA9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9E8

Black with #FDA9E8

Text Example


Text Example

White with #FDA9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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