#F8A0C9

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

Shades of Carnation Pink #F8A0C9

Tints of Carnation Pink #F8A0C9

Color information

#F8A0C9 (or 0xF8A0C9) is unknown color: approx Carnation Pink. HEX triplet: F8, A0 and C9. RGB value is (248,160,201). Sum of RGB (Red+Green+Blue) = 248+160+201=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0C9 is #075F36. Grayscale: #BEBEBE. Windows color (decimal): -483127 or 13213944. OLE color: 13213944.

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

Color convert

RGB248160201-
CMYK00.350.190.03
HSL332.05º86.27%80%-
HSV(B)332.05º35.48%97.25%-
XYZ61.8249.3261.52-
YUV190.99133.65168.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 160 (62.89% from 255) = 26.27%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=40.72%
G=26.27%
B=33.00%

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
Decimal24816020100.350.190.03332.0586.2780
HexF8A0C902313314c5650
Octal370240311043233514126120
Binary1111100010100000110010010100011100111110100110010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0C9; }

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

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

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

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

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

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

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

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