Html Css Color HEX #F895DF Lavender Rose

📋 copy color: '#F895DF'

red 248 ◦ green 149 ◦ blue 223

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

Shades of Lavender Rose #F895DF

Tints of Lavender Rose #F895DF

RGB

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

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

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

R = 40%
G = 24.03%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F895DF (or 0xF895DF) is known color: Lavender Rose. HEX triplet: F8, 95 and DF. RGB value is (248,149,223). Sum of RGB (Red+Green+Blue) = 248+149+223=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F895DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895DF is #076A20. Grayscale: #BABABA. Windows color (decimal): -485921 or 14652920. OLE color: 14652920.

HSL color Cylindrical-coordinate representation of color #F895DF: hue angle of 315.15º 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 #F895DF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 149 223 -
CMYK 0 0.40 0.10 0.03
HSL 315.15º 0.88% 0.78% -
HSV(B) 315.15º 0.4% 0.97% -
XYZ 62.78 46.78 75.53 -
YUV 187.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 248 149 223 0 0.40 0.10 0.03 315.15 0.88 0.78
Hex F8 95 DF 0 28 A 3 13B 58 4E
Octal 370 225 337 0 50 12 3 473 130 116
Binary 11111000 10010101 11011111 0 101000 1010 11 100111011 1011000 1001110

Color Harmonies of #F895DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895DF

Black with #F895DF

Text Example


Text Example

White with #F895DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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