Html Css Color HEX #F8B6BA Light Pink

📋 copy color: '#F8B6BA'

red 248 ◦ green 182 ◦ blue 186

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

Shades of Light Pink #F8B6BA

Tints of Light Pink #F8B6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.55%

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 40.26%
G = 29.55%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8B6BA (or 0xF8B6BA) is known color: Light Pink. HEX triplet: F8, B6 and BA. RGB value is (248,182,186). Sum of RGB (Red+Green+Blue) = 248+182+186=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6BA is #074945. Grayscale: #CACACA. Windows color (decimal): -477510 or 12236536. OLE color: 12236536.

HSL color Cylindrical-coordinate representation of color #F8B6BA: hue angle of 356.36º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6BA is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 182 186 -
CMYK 0 0.27 0.25 0.03
HSL 356.36º 0.83% 0.84% -
HSV(B) 356.36º 0.27% 0.97% -
XYZ 64.3 56.96 54.06 -
YUV 202.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 248 182 186 0 0.27 0.25 0.03 356.36 0.83 0.84
Hex F8 B6 BA 0 1B 19 3 164 52 54
Octal 370 266 272 0 33 31 3 544 122 124
Binary 11111000 10110110 10111010 0 11011 11001 11 101100100 1010010 1010100

Color Harmonies of #F8B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B6BA

Black with #F8B6BA

Text Example


Text Example

White with #F8B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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