Html Css Color HEX #F8ADB6 Light Pink

📋 copy color: '#F8ADB6'

red 248 ◦ green 173 ◦ blue 182

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

Shades of Light Pink #F8ADB6

Tints of Light Pink #F8ADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.18%

R = 41.13%
G = 28.69%
B = 30.18%

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

#F8ADB6 (or 0xF8ADB6) is known color: Light Pink. HEX triplet: F8, AD and B6. RGB value is (248,173,182). Sum of RGB (Red+Green+Blue) = 248+173+182=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADB6 is #075249. Grayscale: #C4C4C4. Windows color (decimal): -479818 or 11972088. OLE color: 11972088.

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

Color convert

RGB 248 173 182 -
CMYK 0 0.30 0.27 0.03
HSL 352.8º 0.84% 0.83% -
HSV(B) 352.8º 0.3% 0.97% -
XYZ 62.1 53.22 51.26 -
YUV 196.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 248 173 182 0 0.30 0.27 0.03 352.8 0.84 0.83
Hex F8 AD B6 0 1E 1B 3 161 54 53
Octal 370 255 266 0 36 33 3 541 124 123
Binary 11111000 10101101 10110110 0 11110 11011 11 101100001 1010100 1010011

Color Harmonies of #F8ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADB6

Black with #F8ADB6

Text Example


Text Example

White with #F8ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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