Html Css Color HEX #F8BB8C Mandys Pink

📋 copy color: '#F8BB8C'

red 248 ◦ green 187 ◦ blue 140

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

Shades of Mandys Pink #F8BB8C

Tints of Mandys Pink #F8BB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

 BLUE value IS 140 (55.08% from 255) = 24.35%

R = 43.13%
G = 32.52%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8BB8C (or 0xF8BB8C) is known color: Mandys Pink. HEX triplet: F8, BB and 8C. RGB value is (248,187,140). Sum of RGB (Red+Green+Blue) = 248+187+140=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BB8C is #074473. Grayscale: #C8C8C8. Windows color (decimal): -476276 or 9223160. OLE color: 9223160.

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

Color convert

RGB 248 187 140 -
CMYK 0 0.25 0.44 0.03
HSL 26.11º 0.89% 0.76% -
HSV(B) 26.11º 0.44% 0.97% -
XYZ 61.22 57.39 32.66 -
YUV 199.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 248 187 140 0 0.25 0.44 0.03 26.11 0.89 0.76
Hex F8 BB 8C 0 19 2C 3 1A 59 4C
Octal 370 273 214 0 31 54 3 32 131 114
Binary 11111000 10111011 10001100 0 11001 101100 11 11010 1011001 1001100

Color Harmonies of #F8BB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BB8C

Black with #F8BB8C

Text Example


Text Example

White with #F8BB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BB8C; }

 p { color: rgb(248,187,140); }

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

background-color css

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

 a { background-color: rgb(248,187,140); }

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

border-color css

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

 span { border-color: rgb(248,187,140); }

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