#F8A0C7

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

Shades of Carnation Pink #F8A0C7

Tints of Carnation Pink #F8A0C7

Color information

#F8A0C7 (or 0xF8A0C7) is unknown color: approx Carnation Pink. HEX triplet: F8, A0 and C7. RGB value is (248,160,199). Sum of RGB (Red+Green+Blue) = 248+160+199=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0C7 is #075F38. Grayscale: #BEBEBE. Windows color (decimal): -483129 or 13082872. OLE color: 13082872.

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

Color convert

RGB248160199-
CMYK00.350.200.03
HSL333.41º86.27%80%-
HSV(B)333.41º35.48%97.25%-
XYZ61.5949.2260.29-
YUV190.76132.65168.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 160 (62.89% from 255) = 26.36%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=40.86%
G=26.36%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816019900.350.200.03333.4186.2780
HexF8A0C702314314d5650
Octal370240307043243515126120
Binary1111100010100000110001110100011101001110100110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0C7; }

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

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

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

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

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

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

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

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