Html Css Color HEX #FDA2E8 Lavender Rose

📋 copy color: '#FDA2E8'

red 253 ◦ green 162 ◦ blue 232

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

Shades of Lavender Rose #FDA2E8

Tints of Lavender Rose #FDA2E8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.04%

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

R = 39.1%
G = 25.04%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDA2E8 (or 0xFDA2E8) is known color: Lavender Rose. HEX triplet: FD, A2 and E8. RGB value is (253,162,232). Sum of RGB (Red+Green+Blue) = 253+162+232=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 162 (63.67% from 255 or 25.04% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2E8 is #025D17. Grayscale: #C5C5C5. Windows color (decimal): -154904 or 15246077. OLE color: 15246077.

HSL color Cylindrical-coordinate representation of color #FDA2E8: hue angle of 313.85º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2E8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 232 -
CMYK 0 0.36 0.08 0.01
HSL 313.85º 0.96% 0.81% -
HSV(B) 313.85º 0.36% 0.99% -
XYZ 67.99 52.55 82.9 -
YUV 197.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 253 162 232 0 0.36 0.08 0.01 313.85 0.96 0.81
Hex FD A2 E8 0 24 8 1 13A 60 51
Octal 375 242 350 0 44 10 1 472 140 121
Binary 11111101 10100010 11101000 0 100100 1000 1 100111010 1100000 1010001

Color Harmonies of #FDA2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2E8

Black with #FDA2E8

Text Example


Text Example

White with #FDA2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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