#F7ADAF

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

Shades of Light Pink #F7ADAF

Tints of Light Pink #F7ADAF

Color information

#F7ADAF (or 0xF7ADAF) is unknown color: approx Light Pink. HEX triplet: F7, AD and AF. RGB value is (247,173,175). Sum of RGB (Red+Green+Blue) = 247+173+175=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ADAF is #085250. Grayscale: #C3C3C3. Windows color (decimal): -545361 or 11513335. OLE color: 11513335.

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

Color convert

RGB247173175-
CMYK00.300.290.03
HSL358.38º82.22%82.35%-
HSV(B)358.38º29.96%96.86%-
XYZ61.0452.7647.52-
YUV195.35116.52164.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=41.51%
G=29.08%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717317500.300.290.03358.3882.2282.35
HexF7ADAF01E1D31665252
Octal367255257036353546122122
Binary111101111010110110101111011110111011110110011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADAF; }

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

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

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

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

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

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

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

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