Html Css Color HEX #FD9EE5 Lavender Rose

📋 copy color: '#FD9EE5'

red 253 ◦ green 158 ◦ blue 229

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

Shades of Lavender Rose #FD9EE5

Tints of Lavender Rose #FD9EE5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.69%

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 39.53%
G = 24.69%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD9EE5 (or 0xFD9EE5) is known color: Lavender Rose. HEX triplet: FD, 9E and E5. RGB value is (253,158,229). Sum of RGB (Red+Green+Blue) = 253+158+229=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 158 (62.11% from 255 or 24.69% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EE5 is #02611A. Grayscale: #C2C2C2. Windows color (decimal): -155931 or 15048445. OLE color: 15048445.

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

Color convert

RGB 253 158 229 -
CMYK 0 0.38 0.09 0.01
HSL 315.16º 0.96% 0.81% -
HSV(B) 315.16º 0.38% 0.99% -
XYZ 66.88 50.99 80.45 -
YUV 194.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 253 158 229 0 0.38 0.09 0.01 315.16 0.96 0.81
Hex FD 9E E5 0 26 9 1 13B 60 51
Octal 375 236 345 0 46 11 1 473 140 121
Binary 11111101 10011110 11100101 0 100110 1001 1 100111011 1100000 1010001

Color Harmonies of #FD9EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9EE5

Black with #FD9EE5

Text Example


Text Example

White with #FD9EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9EE5; }

 p { color: rgb(253,158,229); }

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

background-color css

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

 a { background-color: rgb(253,158,229); }

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

border-color css

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

 span { border-color: rgb(253,158,229); }

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