#F897CF

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

Shades of Carnation Pink #F897CF

Tints of Carnation Pink #F897CF

Color information

#F897CF (or 0xF897CF) is unknown color: approx Carnation Pink. HEX triplet: F8, 97 and CF. RGB value is (248,151,207). Sum of RGB (Red+Green+Blue) = 248+151+207=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F897CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897CF is #076830. Grayscale: #BABABA. Windows color (decimal): -485425 or 13604856. OLE color: 13604856.

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

Color convert

RGB248151207-
CMYK00.390.170.03
HSL325.36º87.39%78.24%-
HSV(B)325.36º39.11%97.25%-
XYZ61.0446.5964.81-
YUV186.39139.64171.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=40.92%
G=24.92%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815120700.390.170.03325.3687.3978.24
HexF897CF027113145574e
Octal370227317047213505127116
Binary1111100010010111110011110100111100011110100010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897CF; }

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

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

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

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

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

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

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

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