#F7ADBA

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

Shades of Light Pink #F7ADBA

Tints of Light Pink #F7ADBA

Color information

#F7ADBA (or 0xF7ADBA) is unknown color: approx Light Pink. HEX triplet: F7, AD and BA. RGB value is (247,173,186). Sum of RGB (Red+Green+Blue) = 247+173+186=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADBA is #085245. Grayscale: #C4C4C4. Windows color (decimal): -545350 or 12234231. OLE color: 12234231.

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

Color convert

RGB247173186-
CMYK00.300.250.03
HSL349.46º82.22%82.35%-
HSV(B)349.46º29.96%96.86%-
XYZ62.1653.2153.45-
YUV196.61122.02163.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.76%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=40.76%
G=28.55%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717318600.300.250.03349.4682.2282.35
HexF7ADBA01E19315d5252
Octal367255272036313535122122
Binary111101111010110110111010011110110011110101110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADBA; }

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

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

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

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

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

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

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

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