Html Css Color HEX #F995DE Lavender Rose

📋 copy color: '#F995DE'

red 249 ◦ green 149 ◦ blue 222

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

Shades of Lavender Rose #F995DE

Tints of Lavender Rose #F995DE

RGB

 RED value IS 249 (97.66% from 255) = 40.16%

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

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 40.16%
G = 24.03%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F995DE (or 0xF995DE) is known color: Lavender Rose. HEX triplet: F9, 95 and DE. RGB value is (249,149,222). Sum of RGB (Red+Green+Blue) = 249+149+222=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F995DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995DE is #066A21. Grayscale: #BBBBBB. Windows color (decimal): -420386 or 14587385. OLE color: 14587385.

HSL color Cylindrical-coordinate representation of color #F995DE: hue angle of 316.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995DE is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 222 -
CMYK 0 0.40 0.11 0.02
HSL 316.2º 0.89% 0.78% -
HSV(B) 316.2º 0.4% 0.98% -
XYZ 63 46.91 74.84 -
YUV 187.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 249 149 222 0 0.40 0.11 0.02 316.2 0.89 0.78
Hex F9 95 DE 0 28 B 2 13C 59 4E
Octal 371 225 336 0 50 13 2 474 131 116
Binary 11111001 10010101 11011110 0 101000 1011 10 100111100 1011001 1001110

Color Harmonies of #F995DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995DE

Black with #F995DE

Text Example


Text Example

White with #F995DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995DE; }

 p { color: rgb(249,149,222); }

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

background-color css

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

 a { background-color: rgb(249,149,222); }

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

border-color css

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

 span { border-color: rgb(249,149,222); }

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