#F7ADB2

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

Shades of Light Pink #F7ADB2

Tints of Light Pink #F7ADB2

Color information

#F7ADB2 (or 0xF7ADB2) is unknown color: approx Light Pink. HEX triplet: F7, AD and B2. RGB value is (247,173,178). Sum of RGB (Red+Green+Blue) = 247+173+178=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ADB2 is #08524D. Grayscale: #C3C3C3. Windows color (decimal): -545358 or 11709943. OLE color: 11709943.

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

Color convert

RGB247173178-
CMYK00.300.280.03
HSL355.95º82.22%82.35%-
HSV(B)355.95º29.96%96.86%-
XYZ61.3452.8849.09-
YUV195.7118.02164.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.30%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 178 (69.92% from 255) = 29.77%
R=41.30%
G=28.93%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717317800.300.280.03355.9582.2282.35
HexF7ADB201E1C31645252
Octal367255262036343544122122
Binary111101111010110110110010011110111001110110010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADB2; }

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

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

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

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

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

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

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

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