Html Css Color HEX #F895DC Lavender Rose

📋 copy color: '#F895DC'

red 248 ◦ green 149 ◦ blue 220

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

Shades of Lavender Rose #F895DC

Tints of Lavender Rose #F895DC

RGB

 RED value IS 248 (97.27% from 255) = 40.19%

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

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 40.19%
G = 24.15%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F895DC (or 0xF895DC) is known color: Lavender Rose. HEX triplet: F8, 95 and DC. RGB value is (248,149,220). Sum of RGB (Red+Green+Blue) = 248+149+220=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F895DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895DC is #076A23. Grayscale: #BABABA. Windows color (decimal): -485924 or 14456312. OLE color: 14456312.

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

Color convert

RGB 248 149 220 -
CMYK 0 0.40 0.11 0.03
HSL 316.97º 0.88% 0.78% -
HSV(B) 316.97º 0.4% 0.97% -
XYZ 62.38 46.62 73.42 -
YUV 186.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 248 149 220 0 0.40 0.11 0.03 316.97 0.88 0.78
Hex F8 95 DC 0 28 B 3 13D 58 4E
Octal 370 225 334 0 50 13 3 475 130 116
Binary 11111000 10010101 11011100 0 101000 1011 11 100111101 1011000 1001110

Color Harmonies of #F895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895DC

Black with #F895DC

Text Example


Text Example

White with #F895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895DC; }

 p { color: rgb(248,149,220); }

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

background-color css

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

 a { background-color: rgb(248,149,220); }

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

border-color css

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

 span { border-color: rgb(248,149,220); }

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