Html Css Color HEX #FF95DB Lavender Rose

📋 copy color: '#FF95DB'

red 255 ◦ green 149 ◦ blue 219

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

Shades of Lavender Rose #FF95DB

Tints of Lavender Rose #FF95DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 40.93%
G = 23.92%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF95DB (or 0xFF95DB) is known color: Lavender Rose. HEX triplet: FF, 95 and DB. RGB value is (255,149,219). Sum of RGB (Red+Green+Blue) = 255+149+219=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95DB is #006A24. Grayscale: #BCBCBC. Windows color (decimal): -27173 or 14390783. OLE color: 14390783.

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

Color convert

RGB 255 149 219 -
CMYK 0 0.42 0.14 0
HSL 320.38º 1% 0.79% -
HSV(B) 320.38º 0.42% 1% -
XYZ 64.77 47.87 72.84 -
YUV 188.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 255 149 219 0 0.42 0.14 0 320.38 1 0.79
Hex FF 95 DB 0 2A E 0 140 64 4F
Octal 377 225 333 0 52 16 0 500 144 117
Binary 11111111 10010101 11011011 0 101010 1110 0 101000000 1100100 1001111

Color Harmonies of #FF95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95DB

Black with #FF95DB

Text Example


Text Example

White with #FF95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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