Html Css Color HEX #FD91E2 Lavender Rose

📋 copy color: '#FD91E2'

red 253 ◦ green 145 ◦ blue 226

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

Shades of Lavender Rose #FD91E2

Tints of Lavender Rose #FD91E2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.24%

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

R = 40.54%
G = 23.24%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD91E2 (or 0xFD91E2) is known color: Lavender Rose. HEX triplet: FD, 91 and E2. RGB value is (253,145,226). Sum of RGB (Red+Green+Blue) = 253+145+226=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 145 (57.03% from 255 or 23.24% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD91E2 is #026E1D. Grayscale: #BABABA. Windows color (decimal): -159262 or 14848509. OLE color: 14848509.

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

Color convert

RGB 253 145 226 -
CMYK 0 0.43 0.11 0.01
HSL 315º 0.96% 0.78% -
HSV(B) 315º 0.43% 0.99% -
XYZ 64.36 46.62 77.56 -
YUV 186.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 253 145 226 0 0.43 0.11 0.01 315 0.96 0.78
Hex FD 91 E2 0 2B B 1 13B 60 4E
Octal 375 221 342 0 53 13 1 473 140 116
Binary 11111101 10010001 11100010 0 101011 1011 1 100111011 1100000 1001110

Color Harmonies of #FD91E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD91E2

Black with #FD91E2

Text Example


Text Example

White with #FD91E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD91E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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