Html Css Color HEX #F8ADB5 Light Pink

📋 copy color: '#F8ADB5'

red 248 ◦ green 173 ◦ blue 181

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

Shades of Light Pink #F8ADB5

Tints of Light Pink #F8ADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.07%

R = 41.2%
G = 28.74%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8ADB5 (or 0xF8ADB5) is known color: Light Pink. HEX triplet: F8, AD and B5. RGB value is (248,173,181). Sum of RGB (Red+Green+Blue) = 248+173+181=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADB5 is #07524A. Grayscale: #C4C4C4. Windows color (decimal): -479819 or 11906552. OLE color: 11906552.

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

Color convert

RGB 248 173 181 -
CMYK 0 0.30 0.27 0.03
HSL 353.6º 0.84% 0.83% -
HSV(B) 353.6º 0.3% 0.97% -
XYZ 62 53.18 50.71 -
YUV 196.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 248 173 181 0 0.30 0.27 0.03 353.6 0.84 0.83
Hex F8 AD B5 0 1E 1B 3 162 54 53
Octal 370 255 265 0 36 33 3 542 124 123
Binary 11111000 10101101 10110101 0 11110 11011 11 101100010 1010100 1010011

Color Harmonies of #F8ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADB5

Black with #F8ADB5

Text Example


Text Example

White with #F8ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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