Html Css Color HEX #FF95E7 Lavender Rose

📋 copy color: '#FF95E7'

red 255 ◦ green 149 ◦ blue 231

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

Shades of Lavender Rose #FF95E7

Tints of Lavender Rose #FF95E7

RGB

 RED value IS 255 (100% from 255) = 40.16%

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

 BLUE value IS 231 (90.63% from 255) = 36.38%

R = 40.16%
G = 23.46%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF95E7 (or 0xFF95E7) is known color: Lavender Rose. HEX triplet: FF, 95 and E7. RGB value is (255,149,231). Sum of RGB (Red+Green+Blue) = 255+149+231=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95E7 is #006A18. Grayscale: #BDBDBD. Windows color (decimal): -27161 or 15177215. OLE color: 15177215.

HSL color Cylindrical-coordinate representation of color #FF95E7: hue angle of 313.58º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95E7 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 231 -
CMYK 0 0.42 0.09 0
HSL 313.58º 1% 0.79% -
HSV(B) 313.58º 0.42% 1% -
XYZ 66.41 48.52 81.47 -
YUV 190.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 255 149 231 0 0.42 0.09 0 313.58 1 0.79
Hex FF 95 E7 0 2A 9 0 13A 64 4F
Octal 377 225 347 0 52 11 0 472 144 117
Binary 11111111 10010101 11100111 0 101010 1001 0 100111010 1100100 1001111

Color Harmonies of #FF95E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95E7

Black with #FF95E7

Text Example


Text Example

White with #FF95E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95E7; }

 p { color: rgb(255,149,231); }

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

background-color css

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

 a { background-color: rgb(255,149,231); }

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

border-color css

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

 span { border-color: rgb(255,149,231); }

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