Html Css Color HEX #F8BECE Pink

📋 copy color: '#F8BECE'

red 248 ◦ green 190 ◦ blue 206

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

Shades of Pink #F8BECE

Tints of Pink #F8BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.99%

R = 38.51%
G = 29.5%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8BECE (or 0xF8BECE) is known color: Pink. HEX triplet: F8, BE and CE. RGB value is (248,190,206). Sum of RGB (Red+Green+Blue) = 248+190+206=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECE is #074131. Grayscale: #D1D1D1. Windows color (decimal): -475442 or 13549304. OLE color: 13549304.

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

Color convert

RGB 248 190 206 -
CMYK 0 0.23 0.17 0.03
HSL 343.45º 0.81% 0.86% -
HSV(B) 343.45º 0.23% 0.97% -
XYZ 68.27 61.24 66.61 -
YUV 209.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 248 190 206 0 0.23 0.17 0.03 343.45 0.81 0.86
Hex F8 BE CE 0 17 11 3 157 51 56
Octal 370 276 316 0 27 21 3 527 121 126
Binary 11111000 10111110 11001110 0 10111 10001 11 101010111 1010001 1010110

Color Harmonies of #F8BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BECE

Black with #F8BECE

Text Example


Text Example

White with #F8BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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