Html Css Color HEX #F895D3 Lavender Rose

📋 copy color: '#F895D3'

red 248 ◦ green 149 ◦ blue 211

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

Shades of Lavender Rose #F895D3

Tints of Lavender Rose #F895D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.7%

R = 40.79%
G = 24.51%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F895D3 (or 0xF895D3) is known color: Lavender Rose. HEX triplet: F8, 95 and D3. RGB value is (248,149,211). Sum of RGB (Red+Green+Blue) = 248+149+211=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F895D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895D3 is #076A2C. Grayscale: #B9B9B9. Windows color (decimal): -485933 or 13866488. OLE color: 13866488.

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

Color convert

RGB 248 149 211 -
CMYK 0 0.40 0.15 0.03
HSL 322.42º 0.88% 0.78% -
HSV(B) 322.42º 0.4% 0.97% -
XYZ 61.22 46.15 67.31 -
YUV 185.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 248 149 211 0 0.40 0.15 0.03 322.42 0.88 0.78
Hex F8 95 D3 0 28 F 3 142 58 4E
Octal 370 225 323 0 50 17 3 502 130 116
Binary 11111000 10010101 11010011 0 101000 1111 11 101000010 1011000 1001110

Color Harmonies of #F895D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895D3

Black with #F895D3

Text Example


Text Example

White with #F895D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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