Html Css Color HEX #FDA9E2 Lavender Rose

📋 copy color: '#FDA9E2'

red 253 ◦ green 169 ◦ blue 226

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

Shades of Lavender Rose #FDA9E2

Tints of Lavender Rose #FDA9E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.88%

R = 39.04%
G = 26.08%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDA9E2 (or 0xFDA9E2) is known color: Lavender Rose. HEX triplet: FD, A9 and E2. RGB value is (253,169,226). Sum of RGB (Red+Green+Blue) = 253+169+226=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9E2 is #02561D. Grayscale: #C8C8C8. Windows color (decimal): -153118 or 14854653. OLE color: 14854653.

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

Color convert

RGB 253 169 226 -
CMYK 0 0.33 0.11 0.01
HSL 319.29º 0.95% 0.83% -
HSV(B) 319.29º 0.33% 0.99% -
XYZ 68.42 54.75 78.91 -
YUV 200.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 253 169 226 0 0.33 0.11 0.01 319.29 0.95 0.83
Hex FD A9 E2 0 21 B 1 13F 5F 53
Octal 375 251 342 0 41 13 1 477 137 123
Binary 11111101 10101001 11100010 0 100001 1011 1 100111111 1011111 1010011

Color Harmonies of #FDA9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9E2

Black with #FDA9E2

Text Example


Text Example

White with #FDA9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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