#F7ADCA

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

Shades of Carnation Pink #F7ADCA

Tints of Carnation Pink #F7ADCA

Color information

#F7ADCA (or 0xF7ADCA) is unknown color: approx Carnation Pink. HEX triplet: F7, AD and CA. RGB value is (247,173,202). Sum of RGB (Red+Green+Blue) = 247+173+202=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADCA is #085235. Grayscale: #C6C6C6. Windows color (decimal): -545334 or 13282807. OLE color: 13282807.

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

Color convert

RGB247173202-
CMYK00.300.180.03
HSL336.49º82.22%82.35%-
HSV(B)336.49º29.96%96.86%-
XYZ63.9653.9362.91-
YUV198.43130.02162.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.71%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=39.71%
G=27.81%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717320200.300.180.03336.4982.2282.35
HexF7ADCA01E1231505252
Octal367255312036223520122122
Binary111101111010110111001010011110100101110101000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADCA; }

 p { color: rgb(247,173,202); }

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

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

 a { background-color: rgb(247,173,202); }

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

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

 span { border-color: rgb(247,173,202); }

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