Html Css Color HEX #F8BBC6 Pink

📋 copy color: '#F8BBC6'

red 248 ◦ green 187 ◦ blue 198

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

Shades of Pink #F8BBC6

Tints of Pink #F8BBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.28%

R = 39.18%
G = 29.54%
B = 31.28%

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

#F8BBC6 (or 0xF8BBC6) is known color: Pink. HEX triplet: F8, BB and C6. RGB value is (248,187,198). Sum of RGB (Red+Green+Blue) = 248+187+198=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC6 is #074439. Grayscale: #CECECE. Windows color (decimal): -476218 or 13024248. OLE color: 13024248.

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

Color convert

RGB 248 187 198 -
CMYK 0 0.25 0.20 0.03
HSL 349.18º 0.81% 0.85% -
HSV(B) 349.18º 0.25% 0.97% -
XYZ 66.67 59.57 61.41 -
YUV 206.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 248 187 198 0 0.25 0.20 0.03 349.18 0.81 0.85
Hex F8 BB C6 0 19 14 3 15D 51 55
Octal 370 273 306 0 31 24 3 535 121 125
Binary 11111000 10111011 11000110 0 11001 10100 11 101011101 1010001 1010101

Color Harmonies of #F8BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBC6

Black with #F8BBC6

Text Example


Text Example

White with #F8BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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