#F8ADAF

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

Shades of Light Pink #F8ADAF

Tints of Light Pink #F8ADAF

Color information

#F8ADAF (or 0xF8ADAF) is unknown color: approx Light Pink. HEX triplet: F8, AD and AF. RGB value is (248,173,175). Sum of RGB (Red+Green+Blue) = 248+173+175=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ADAF is #075250. Grayscale: #C3C3C3. Windows color (decimal): -479825 or 11513336. OLE color: 11513336.

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

Color convert

RGB248173175-
CMYK00.300.290.03
HSL358.4º84.27%82.55%-
HSV(B)358.4º30.24%97.25%-
XYZ61.3952.9447.54-
YUV195.65116.35165.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=41.61%
G=29.03%
B=29.36%

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
Decimal24817317500.300.290.03358.484.2782.55
HexF8ADAF01E1D31665453
Octal370255257036353546124123
Binary111110001010110110101111011110111011110110011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADAF; }

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

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

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

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

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

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

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

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