Html Css Color HEX #FD95E2 Lavender Rose

📋 copy color: '#FD95E2'

red 253 ◦ green 149 ◦ blue 226

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

Shades of Lavender Rose #FD95E2

Tints of Lavender Rose #FD95E2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.73%

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

R = 40.29%
G = 23.73%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD95E2 (or 0xFD95E2) is known color: Lavender Rose. HEX triplet: FD, 95 and E2. RGB value is (253,149,226). Sum of RGB (Red+Green+Blue) = 253+149+226=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD95E2 is #026A1D. Grayscale: #BCBCBC. Windows color (decimal): -158238 or 14849533. OLE color: 14849533.

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

Color convert

RGB 253 149 226 -
CMYK 0 0.41 0.11 0.01
HSL 315.58º 0.96% 0.79% -
HSV(B) 315.58º 0.41% 0.99% -
XYZ 64.98 47.87 77.77 -
YUV 188.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 253 149 226 0 0.41 0.11 0.01 315.58 0.96 0.79
Hex FD 95 E2 0 29 B 1 13C 60 4F
Octal 375 225 342 0 51 13 1 474 140 117
Binary 11111101 10010101 11100010 0 101001 1011 1 100111100 1100000 1001111

Color Harmonies of #FD95E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD95E2

Black with #FD95E2

Text Example


Text Example

White with #FD95E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD95E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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