#F7A3CB

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

Shades of Carnation Pink #F7A3CB

Tints of Carnation Pink #F7A3CB

Color information

#F7A3CB (or 0xF7A3CB) is unknown color: approx Carnation Pink. HEX triplet: F7, A3 and CB. RGB value is (247,163,203). Sum of RGB (Red+Green+Blue) = 247+163+203=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3CB is #085C34. Grayscale: #C0C0C0. Windows color (decimal): -547893 or 13345783. OLE color: 13345783.

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

Color convert

RGB247163203-
CMYK00.340.180.03
HSL331.43º84%80.39%-
HSV(B)331.43º34.01%96.86%-
XYZ62.2350.2862.92-
YUV192.68133.83166.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=40.29%
G=26.59%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716320300.340.180.03331.438480.39
HexF7A3CB02212314b5450
Octal367243313042223513124120
Binary1111011110100011110010110100010100101110100101110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A3CB; }

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

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

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

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

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

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

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

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