Html Css Color HEX #FDA5E8 Lavender Rose

📋 copy color: '#FDA5E8'

red 253 ◦ green 165 ◦ blue 232

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

Shades of Lavender Rose #FDA5E8

Tints of Lavender Rose #FDA5E8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.38%

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

R = 38.92%
G = 25.38%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDA5E8 (or 0xFDA5E8) is known color: Lavender Rose. HEX triplet: FD, A5 and E8. RGB value is (253,165,232). Sum of RGB (Red+Green+Blue) = 253+165+232=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5E8 is #025A17. Grayscale: #C6C6C6. Windows color (decimal): -154136 or 15246845. OLE color: 15246845.

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

Color convert

RGB 253 165 232 -
CMYK 0 0.35 0.08 0.01
HSL 314.32º 0.96% 0.82% -
HSV(B) 314.32º 0.35% 0.99% -
XYZ 68.53 53.62 83.08 -
YUV 198.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 253 165 232 0 0.35 0.08 0.01 314.32 0.96 0.82
Hex FD A5 E8 0 23 8 1 13A 60 52
Octal 375 245 350 0 43 10 1 472 140 122
Binary 11111101 10100101 11101000 0 100011 1000 1 100111010 1100000 1010010

Color Harmonies of #FDA5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA5E8

Black with #FDA5E8

Text Example


Text Example

White with #FDA5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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