Html Css Color HEX #F8BECB Pink

📋 copy color: '#F8BECB'

red 248 ◦ green 190 ◦ blue 203

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

Shades of Pink #F8BECB

Tints of Pink #F8BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.64%

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

R = 38.69%
G = 29.64%
B = 31.67%

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

#F8BECB (or 0xF8BECB) is known color: Pink. HEX triplet: F8, BE and CB. RGB value is (248,190,203). Sum of RGB (Red+Green+Blue) = 248+190+203=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECB is #074134. Grayscale: #D0D0D0. Windows color (decimal): -475445 or 13352696. OLE color: 13352696.

HSL color Cylindrical-coordinate representation of color #F8BECB: hue angle of 346.55º degrees, saturation: 0.81, 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 #F8BECB is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 190 203 -
CMYK 0 0.23 0.18 0.03
HSL 346.55º 0.81% 0.86% -
HSV(B) 346.55º 0.23% 0.97% -
XYZ 67.9 61.1 64.71 -
YUV 208.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 248 190 203 0 0.23 0.18 0.03 346.55 0.81 0.86
Hex F8 BE CB 0 17 12 3 15B 51 56
Octal 370 276 313 0 27 22 3 533 121 126
Binary 11111000 10111110 11001011 0 10111 10010 11 101011011 1010001 1010110

Color Harmonies of #F8BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BECB

Black with #F8BECB

Text Example


Text Example

White with #F8BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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