Html Css Color HEX #F8ADB1 Light Pink

📋 copy color: '#F8ADB1'

red 248 ◦ green 173 ◦ blue 177

#F8ADB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #F8ADB1

Tints of Light Pink #F8ADB1

RGB

 RED value IS 248 (97.27% from 255) = 41.47%

 GREEN value IS 173 (67.97% from 255) = 28.93%

 BLUE value IS 177 (69.53% from 255) = 29.6%

R = 41.47%
G = 28.93%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8ADB1 (or 0xF8ADB1) is known color: Light Pink. HEX triplet: F8, AD and B1. RGB value is (248,173,177). Sum of RGB (Red+Green+Blue) = 248+173+177=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ADB1 is #07524E. Grayscale: #C3C3C3. Windows color (decimal): -479823 or 11644408. OLE color: 11644408.

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

Color convert

RGB 248 173 177 -
CMYK 0 0.30 0.29 0.03
HSL 356.8º 0.84% 0.83% -
HSV(B) 356.8º 0.3% 0.97% -
XYZ 61.59 53.02 48.58 -
YUV 195.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 248 173 177 0 0.30 0.29 0.03 356.8 0.84 0.83
Hex F8 AD B1 0 1E 1D 3 165 54 53
Octal 370 255 261 0 36 35 3 545 124 123
Binary 11111000 10101101 10110001 0 11110 11101 11 101100101 1010100 1010011

Color Harmonies of #F8ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADB1

Black with #F8ADB1

Text Example


Text Example

White with #F8ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADB1; }

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

 H1.HeaderClassName
 {
   color: #F8ADB1;
 }
 .AnyTagClassName
 {
   color: #F8ADB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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