Html Css Color HEX #FD99E1 Lavender Rose

📋 copy color: '#FD99E1'

red 253 ◦ green 153 ◦ blue 225

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

Shades of Lavender Rose #FD99E1

Tints of Lavender Rose #FD99E1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.25%

 BLUE value IS 225 (88.28% from 255) = 35.66%

R = 40.1%
G = 24.25%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD99E1 (or 0xFD99E1) is known color: Lavender Rose. HEX triplet: FD, 99 and E1. RGB value is (253,153,225). Sum of RGB (Red+Green+Blue) = 253+153+225=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99E1 is #02661E. Grayscale: #BEBEBE. Windows color (decimal): -157215 or 14785021. OLE color: 14785021.

HSL color Cylindrical-coordinate representation of color #FD99E1: hue angle of 316.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99E1 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 153 225 -
CMYK 0 0.40 0.11 0.01
HSL 316.8º 0.96% 0.8% -
HSV(B) 316.8º 0.4% 0.99% -
XYZ 65.49 49.1 77.26 -
YUV 191.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 253 153 225 0 0.40 0.11 0.01 316.8 0.96 0.8
Hex FD 99 E1 0 28 B 1 13D 60 50
Octal 375 231 341 0 50 13 1 475 140 120
Binary 11111101 10011001 11100001 0 101000 1011 1 100111101 1100000 1010000

Color Harmonies of #FD99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD99E1

Black with #FD99E1

Text Example


Text Example

White with #FD99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD99E1; }

 p { color: rgb(253,153,225); }

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

background-color css

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

 a { background-color: rgb(253,153,225); }

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

border-color css

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

 span { border-color: rgb(253,153,225); }

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