Html Css Color HEX #F8C0BB Your Pink

📋 copy color: '#F8C0BB'

red 248 ◦ green 192 ◦ blue 187

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

Shades of Your Pink #F8C0BB

Tints of Your Pink #F8C0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.62%

 BLUE value IS 187 (73.44% from 255) = 29.82%

R = 39.55%
G = 30.62%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8C0BB (or 0xF8C0BB) is known color: Your Pink. HEX triplet: F8, C0 and BB. RGB value is (248,192,187). Sum of RGB (Red+Green+Blue) = 248+192+187=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0BB is #073F44. Grayscale: #D0D0D0. Windows color (decimal): -474949 or 12304632. OLE color: 12304632.

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

Color convert

RGB 248 192 187 -
CMYK 0 0.23 0.25 0.03
HSL 4.92º 0.81% 0.85% -
HSV(B) 4.92º 0.25% 0.97% -
XYZ 66.53 61.24 55.33 -
YUV 208.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 248 192 187 0 0.23 0.25 0.03 4.92 0.81 0.85
Hex F8 C0 BB 0 17 19 3 5 51 55
Octal 370 300 273 0 27 31 3 5 121 125
Binary 11111000 11000000 10111011 0 10111 11001 11 101 1010001 1010101

Color Harmonies of #F8C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C0BB

Black with #F8C0BB

Text Example


Text Example

White with #F8C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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