#F8ADAE

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

Shades of Light Pink #F8ADAE

Tints of Light Pink #F8ADAE

Color information

#F8ADAE (or 0xF8ADAE) is unknown color: approx Light Pink. HEX triplet: F8, AD and AE. RGB value is (248,173,174). Sum of RGB (Red+Green+Blue) = 248+173+174=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ADAE is #075251. Grayscale: #C3C3C3. Windows color (decimal): -479826 or 11447800. OLE color: 11447800.

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

Color convert

RGB248173174-
CMYK00.300.300.03
HSL359.2º84.27%82.55%-
HSV(B)359.2º30.24%97.25%-
XYZ61.2952.947.02-
YUV195.54115.85165.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=41.68%
G=29.08%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817317400.300.300.03359.284.2782.55
HexF8ADAE01E1E31675453
Octal370255256036363547124123
Binary111110001010110110101110011110111101110110011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADAE; }

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

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

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

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

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

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

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

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