#F897CA

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

Shades of Carnation Pink #F897CA

Tints of Carnation Pink #F897CA

Color information

#F897CA (or 0xF897CA) is unknown color: approx Carnation Pink. HEX triplet: F8, 97 and CA. RGB value is (248,151,202). Sum of RGB (Red+Green+Blue) = 248+151+202=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F897CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897CA is #076835. Grayscale: #B9B9B9. Windows color (decimal): -485430 or 13277176. OLE color: 13277176.

HSL color Cylindrical-coordinate representation of color #F897CA: hue angle of 328.45º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897CA is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248151202-
CMYK00.390.190.03
HSL328.45º87.39%78.24%-
HSV(B)328.45º39.11%97.25%-
XYZ60.4446.3561.64-
YUV185.82137.14172.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=41.26%
G=25.12%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815120200.390.190.03328.4587.3978.24
HexF897CA027133148574e
Octal370227312047233510127116
Binary1111100010010111110010100100111100111110100100010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897CA; }

 p { color: rgb(248,151,202); }

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

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

 a { background-color: rgb(248,151,202); }

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

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

 span { border-color: rgb(248,151,202); }

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