Html Css Color HEX #F89695 Sweet Pink

📋 copy color: '#F89695'

red 248 ◦ green 150 ◦ blue 149

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

Shades of Sweet Pink #F89695

Tints of Sweet Pink #F89695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.42%

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 45.34%
G = 27.42%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F89695 (or 0xF89695) is known color: Sweet Pink. HEX triplet: F8, 96 and 95. RGB value is (248,150,149). Sum of RGB (Red+Green+Blue) = 248+150+149=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F89695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89695 is #07696A. Grayscale: #B3B3B3. Windows color (decimal): -485739 or 9803512. OLE color: 9803512.

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

Color convert

RGB 248 150 149 -
CMYK 0 0.40 0.40 0.03
HSL 0.61º 0.88% 0.78% -
HSV(B) 0.61º 0.4% 0.97% -
XYZ 55.04 43.94 34.01 -
YUV 179.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 248 150 149 0 0.40 0.40 0.03 0.61 0.88 0.78
Hex F8 96 95 0 28 28 3 1 58 4E
Octal 370 226 225 0 50 50 3 1 130 116
Binary 11111000 10010110 10010101 0 101000 101000 11 1 1011000 1001110

Color Harmonies of #F89695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89695

Black with #F89695

Text Example


Text Example

White with #F89695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89695; }

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

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

background-color css

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

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

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

border-color css

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

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

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