#F8A0C8

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

Shades of Carnation Pink #F8A0C8

Tints of Carnation Pink #F8A0C8

Color information

#F8A0C8 (or 0xF8A0C8) is unknown color: approx Carnation Pink. HEX triplet: F8, A0 and C8. RGB value is (248,160,200). Sum of RGB (Red+Green+Blue) = 248+160+200=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0C8 is #075F37. Grayscale: #BEBEBE. Windows color (decimal): -483128 or 13148408. OLE color: 13148408.

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

Color convert

RGB248160200-
CMYK00.350.190.03
HSL332.73º86.27%80%-
HSV(B)332.73º35.48%97.25%-
XYZ61.7149.2760.9-
YUV190.87133.15168.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=40.79%
G=26.32%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816020000.350.190.03332.7386.2780
HexF8A0C802313314d5650
Octal370240310043233515126120
Binary1111100010100000110010000100011100111110100110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0C8; }

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

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

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

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

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

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

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

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