Html Css Color HEX #FDA9E3 Lavender Rose

📋 copy color: '#FDA9E3'

red 253 ◦ green 169 ◦ blue 227

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

Shades of Lavender Rose #FDA9E3

Tints of Lavender Rose #FDA9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.98%

R = 38.98%
G = 26.04%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDA9E3 (or 0xFDA9E3) is known color: Lavender Rose. HEX triplet: FD, A9 and E3. RGB value is (253,169,227). Sum of RGB (Red+Green+Blue) = 253+169+227=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9E3 is #02561C. Grayscale: #C8C8C8. Windows color (decimal): -153117 or 14920189. OLE color: 14920189.

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

Color convert

RGB 253 169 227 -
CMYK 0 0.33 0.10 0.01
HSL 318.57º 0.95% 0.83% -
HSV(B) 318.57º 0.33% 0.99% -
XYZ 68.56 54.8 79.64 -
YUV 200.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 253 169 227 0 0.33 0.10 0.01 318.57 0.95 0.83
Hex FD A9 E3 0 21 A 1 13F 5F 53
Octal 375 251 343 0 41 12 1 477 137 123
Binary 11111101 10101001 11100011 0 100001 1010 1 100111111 1011111 1010011

Color Harmonies of #FDA9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9E3

Black with #FDA9E3

Text Example


Text Example

White with #FDA9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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