#F798CD

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

Shades of Carnation Pink #F798CD

Tints of Carnation Pink #F798CD

Color information

#F798CD (or 0xF798CD) is unknown color: approx Carnation Pink. HEX triplet: F7, 98 and CD. RGB value is (247,152,205). Sum of RGB (Red+Green+Blue) = 247+152+205=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F798CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798CD is #086732. Grayscale: #BABABA. Windows color (decimal): -550707 or 13474039. OLE color: 13474039.

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

Color convert

RGB247152205-
CMYK00.380.170.03
HSL326.53º85.59%78.24%-
HSV(B)326.53º38.46%96.86%-
XYZ60.6146.6463.57-
YUV186.45138.47171.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.89%
GREEN value IS 152 (59.77% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=40.89%
G=25.17%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715220500.380.170.03326.5385.5978.24
HexF798CD026113147564e
Octal367230315046213507126116
Binary1111011110011000110011010100110100011110100011110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F798CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F798CD; }

 p { color: rgb(247,152,205); }

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

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

 a { background-color: rgb(247,152,205); }

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

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

 span { border-color: rgb(247,152,205); }

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