Html Css Color HEX #F8BFCB Pink

📋 copy color: '#F8BFCB'

red 248 ◦ green 191 ◦ blue 203

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

Shades of Pink #F8BFCB

Tints of Pink #F8BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 29.75%

 BLUE value IS 203 (79.69% from 255) = 31.62%

R = 38.63%
G = 29.75%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8BFCB (or 0xF8BFCB) is known color: Pink. HEX triplet: F8, BF and CB. RGB value is (248,191,203). Sum of RGB (Red+Green+Blue) = 248+191+203=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFCB is #074034. Grayscale: #D1D1D1. Windows color (decimal): -475189 or 13352952. OLE color: 13352952.

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

Color convert

RGB 248 191 203 -
CMYK 0 0.23 0.18 0.03
HSL 347.37º 0.8% 0.86% -
HSV(B) 347.37º 0.23% 0.97% -
XYZ 68.12 61.53 64.79 -
YUV 209.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 248 191 203 0 0.23 0.18 0.03 347.37 0.8 0.86
Hex F8 BF CB 0 17 12 3 15B 50 56
Octal 370 277 313 0 27 22 3 533 120 126
Binary 11111000 10111111 11001011 0 10111 10010 11 101011011 1010000 1010110

Color Harmonies of #F8BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFCB

Black with #F8BFCB

Text Example


Text Example

White with #F8BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFCB; }

 p { color: rgb(248,191,203); }

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

background-color css

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

 a { background-color: rgb(248,191,203); }

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

border-color css

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

 span { border-color: rgb(248,191,203); }

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