Html Css Color HEX #FF95D7 Lavender Rose

📋 copy color: '#FF95D7'

red 255 ◦ green 149 ◦ blue 215

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

Shades of Lavender Rose #FF95D7

Tints of Lavender Rose #FF95D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 41.2%
G = 24.07%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF95D7 (or 0xFF95D7) is known color: Lavender Rose. HEX triplet: FF, 95 and D7. RGB value is (255,149,215). Sum of RGB (Red+Green+Blue) = 255+149+215=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95D7 is #006A28. Grayscale: #BCBCBC. Windows color (decimal): -27177 or 14128639. OLE color: 14128639.

HSL color Cylindrical-coordinate representation of color #FF95D7: hue angle of 322.64º 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 #FF95D7 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 215 -
CMYK 0 0.42 0.16 0
HSL 322.64º 1% 0.79% -
HSV(B) 322.64º 0.42% 1% -
XYZ 64.25 47.66 70.1 -
YUV 188.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 255 149 215 0 0.42 0.16 0 322.64 1 0.79
Hex FF 95 D7 0 2A 10 0 143 64 4F
Octal 377 225 327 0 52 20 0 503 144 117
Binary 11111111 10010101 11010111 0 101010 10000 0 101000011 1100100 1001111

Color Harmonies of #FF95D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95D7

Black with #FF95D7

Text Example


Text Example

White with #FF95D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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