Html Css Color HEX #FF95DF Lavender Rose

📋 copy color: '#FF95DF'

red 255 ◦ green 149 ◦ blue 223

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

Shades of Lavender Rose #FF95DF

Tints of Lavender Rose #FF95DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 40.67%
G = 23.76%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF95DF (or 0xFF95DF) is known color: Lavender Rose. HEX triplet: FF, 95 and DF. RGB value is (255,149,223). Sum of RGB (Red+Green+Blue) = 255+149+223=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95DF is #006A20. Grayscale: #BCBCBC. Windows color (decimal): -27169 or 14652927. OLE color: 14652927.

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

Color convert

RGB 255 149 223 -
CMYK 0 0.42 0.13 0
HSL 318.11º 1% 0.79% -
HSV(B) 318.11º 0.42% 1% -
XYZ 65.31 48.08 75.65 -
YUV 189.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 255 149 223 0 0.42 0.13 0 318.11 1 0.79
Hex FF 95 DF 0 2A D 0 13E 64 4F
Octal 377 225 337 0 52 15 0 476 144 117
Binary 11111111 10010101 11011111 0 101010 1101 0 100111110 1100100 1001111

Color Harmonies of #FF95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95DF

Black with #FF95DF

Text Example


Text Example

White with #FF95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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