#F8A1CE

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

Shades of Carnation Pink #F8A1CE

Tints of Carnation Pink #F8A1CE

Color information

#F8A1CE (or 0xF8A1CE) is unknown color: approx Carnation Pink. HEX triplet: F8, A1 and CE. RGB value is (248,161,206). Sum of RGB (Red+Green+Blue) = 248+161+206=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1CE is #075E31. Grayscale: #C0C0C0. Windows color (decimal): -482866 or 13541880. OLE color: 13541880.

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

Color convert

RGB248161206-
CMYK00.350.170.03
HSL328.97º86.14%80.2%-
HSV(B)328.97º35.08%97.25%-
XYZ62.649.964.73-
YUV192.14135.82167.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.33%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=40.33%
G=26.18%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816120600.350.170.03328.9786.1480.2
HexF8A1CE0231131495650
Octal370241316043213511126120
Binary1111100010100001110011100100011100011110100100110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1CE; }

 p { color: rgb(248,161,206); }

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

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

 a { background-color: rgb(248,161,206); }

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

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

 span { border-color: rgb(248,161,206); }

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