#F897CD

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

Shades of Carnation Pink #F897CD

Tints of Carnation Pink #F897CD

Color information

#F897CD (or 0xF897CD) is unknown color: approx Carnation Pink. HEX triplet: F8, 97 and CD. RGB value is (248,151,205). Sum of RGB (Red+Green+Blue) = 248+151+205=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F897CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897CD is #076832. Grayscale: #BABABA. Windows color (decimal): -485427 or 13473784. OLE color: 13473784.

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

Color convert

RGB248151205-
CMYK00.390.170.03
HSL326.6º87.39%78.24%-
HSV(B)326.6º39.11%97.25%-
XYZ60.846.563.53-
YUV186.16138.64172.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=41.06%
G=25%
B=33.94%

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
Decimal24815120500.390.170.03326.687.3978.24
HexF897CD027113147574e
Octal370227315047213507127116
Binary1111100010010111110011010100111100011110100011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897CD; }

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

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

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

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

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

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

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

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