Html Css Color HEX #FF95D9 Lavender Rose

📋 copy color: '#FF95D9'

red 255 ◦ green 149 ◦ blue 217

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

Shades of Lavender Rose #FF95D9

Tints of Lavender Rose #FF95D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 41.06%
G = 23.99%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF95D9 (or 0xFF95D9) is known color: Lavender Rose. HEX triplet: FF, 95 and D9. RGB value is (255,149,217). Sum of RGB (Red+Green+Blue) = 255+149+217=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95D9 is #006A26. Grayscale: #BCBCBC. Windows color (decimal): -27175 or 14259711. OLE color: 14259711.

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

Color convert

RGB 255 149 217 -
CMYK 0 0.42 0.15 0
HSL 321.51º 1% 0.79% -
HSV(B) 321.51º 0.42% 1% -
XYZ 64.51 47.76 71.47 -
YUV 188.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 255 149 217 0 0.42 0.15 0 321.51 1 0.79
Hex FF 95 D9 0 2A F 0 142 64 4F
Octal 377 225 331 0 52 17 0 502 144 117
Binary 11111111 10010101 11011001 0 101010 1111 0 101000010 1100100 1001111

Color Harmonies of #FF95D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95D9

Black with #FF95D9

Text Example


Text Example

White with #FF95D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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