#F7A8CB

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

Shades of Carnation Pink #F7A8CB

Tints of Carnation Pink #F7A8CB

Color information

#F7A8CB (or 0xF7A8CB) is unknown color: approx Carnation Pink. HEX triplet: F7, A8 and CB. RGB value is (247,168,203). Sum of RGB (Red+Green+Blue) = 247+168+203=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8CB is #085734. Grayscale: #C3C3C3. Windows color (decimal): -546613 or 13347063. OLE color: 13347063.

HSL color Cylindrical-coordinate representation of color #F7A8CB: hue angle of 333.42º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A8CB is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247168203-
CMYK00.320.180.03
HSL333.42º83.16%81.37%-
HSV(B)333.42º31.98%96.86%-
XYZ63.1452.0963.23-
YUV195.61132.17164.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.97%
GREEN value IS 168 (66.02% from 255) = 27.18%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=39.97%
G=27.18%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716820300.320.180.03333.4283.1681.37
HexF7A8CB02012314d5351
Octal367250313040223515123121
Binary1111011110101000110010110100000100101110100110110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A8CB; }

 p { color: rgb(247,168,203); }

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

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

 a { background-color: rgb(247,168,203); }

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

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

 span { border-color: rgb(247,168,203); }

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