Html Css Color HEX #F8BCC9 Pink

📋 copy color: '#F8BCC9'

red 248 ◦ green 188 ◦ blue 201

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

Shades of Pink #F8BCC9

Tints of Pink #F8BCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

 BLUE value IS 201 (78.91% from 255) = 31.55%

R = 38.93%
G = 29.51%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8BCC9 (or 0xF8BCC9) is known color: Pink. HEX triplet: F8, BC and C9. RGB value is (248,188,201). Sum of RGB (Red+Green+Blue) = 248+188+201=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCC9 is #074336. Grayscale: #CFCFCF. Windows color (decimal): -475959 or 13221112. OLE color: 13221112.

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

Color convert

RGB 248 188 201 -
CMYK 0 0.24 0.19 0.03
HSL 347º 0.81% 0.85% -
HSV(B) 347º 0.24% 0.97% -
XYZ 67.24 60.14 63.32 -
YUV 207.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 248 188 201 0 0.24 0.19 0.03 347 0.81 0.85
Hex F8 BC C9 0 18 13 3 15B 51 55
Octal 370 274 311 0 30 23 3 533 121 125
Binary 11111000 10111100 11001001 0 11000 10011 11 101011011 1010001 1010101

Color Harmonies of #F8BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCC9

Black with #F8BCC9

Text Example


Text Example

White with #F8BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCC9; }

 p { color: rgb(248,188,201); }

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

background-color css

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

 a { background-color: rgb(248,188,201); }

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

border-color css

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

 span { border-color: rgb(248,188,201); }

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