Html Css Color HEX #F8BBC7 Pink

📋 copy color: '#F8BBC7'

red 248 ◦ green 187 ◦ blue 199

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

Shades of Pink #F8BBC7

Tints of Pink #F8BBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.39%

R = 39.12%
G = 29.5%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F8BBC7 (or 0xF8BBC7) is known color: Pink. HEX triplet: F8, BB and C7. RGB value is (248,187,199). Sum of RGB (Red+Green+Blue) = 248+187+199=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC7 is #074438. Grayscale: #CECECE. Windows color (decimal): -476217 or 13089784. OLE color: 13089784.

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

Color convert

RGB 248 187 199 -
CMYK 0 0.25 0.20 0.03
HSL 348.2º 0.81% 0.85% -
HSV(B) 348.2º 0.25% 0.97% -
XYZ 66.79 59.62 62.02 -
YUV 206.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 248 187 199 0 0.25 0.20 0.03 348.2 0.81 0.85
Hex F8 BB C7 0 19 14 3 15C 51 55
Octal 370 273 307 0 31 24 3 534 121 125
Binary 11111000 10111011 11000111 0 11001 10100 11 101011100 1010001 1010101

Color Harmonies of #F8BBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBC7

Black with #F8BBC7

Text Example


Text Example

White with #F8BBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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