#F8A0BB

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

Shades of Carnation Pink #F8A0BB

Tints of Carnation Pink #F8A0BB

Color information

#F8A0BB (or 0xF8A0BB) is unknown color: approx Carnation Pink. HEX triplet: F8, A0 and BB. RGB value is (248,160,187). Sum of RGB (Red+Green+Blue) = 248+160+187=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0BB is #075F44. Grayscale: #BDBDBD. Windows color (decimal): -483141 or 12296440. OLE color: 12296440.

HSL color Cylindrical-coordinate representation of color #F8A0BB: hue angle of 341.59º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0BB is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248160187-
CMYK00.350.250.03
HSL341.59º86.27%80%-
HSV(B)341.59º35.48%97.25%-
XYZ60.2548.6953.24-
YUV189.39126.65169.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=41.68%
G=26.89%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816018700.350.250.03341.5986.2780
HexF8A0BB0231931565650
Octal370240273043313526126120
Binary1111100010100000101110110100011110011110101011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0BB; }

 p { color: rgb(248,160,187); }

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

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

 a { background-color: rgb(248,160,187); }

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

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

 span { border-color: rgb(248,160,187); }

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