#F89895

Color #F89895 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F89895

Tints of Sweet Pink #F89895

Color information

#F89895 (or 0xF89895) is unknown color: approx Sweet Pink. HEX triplet: F8, 98 and 95. RGB value is (248,152,149). Sum of RGB (Red+Green+Blue) = 248+152+149=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F89895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89895 is #07676A. Grayscale: #B4B4B4. Windows color (decimal): -485227 or 9804024. OLE color: 9804024.

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

Color convert

RGB248152149-
CMYK00.390.400.03
HSL1.82º87.61%77.84%-
HSV(B)1.82º39.92%97.25%-
XYZ55.3644.5834.12-
YUV180.36110.3176.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.17%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=45.17%
G=27.69%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815214900.390.400.031.8287.6177.84
HexF898950272832584e
Octal3702302250475032130116
Binary1111100010011000100101010100111101000111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89895; }

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

 H1.HeaderClassName
 {
   color: #F89895;
 }
 .AnyTagClassName
 {
   color: #F89895;
 }
</style>
background-color css

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

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

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

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

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

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