Html Css Color HEX #F8BECF Pink

📋 copy color: '#F8BECF'

red 248 ◦ green 190 ◦ blue 207

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

Shades of Pink #F8BECF

Tints of Pink #F8BECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.09%

R = 38.45%
G = 29.46%
B = 32.09%

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

#F8BECF (or 0xF8BECF) is known color: Pink. HEX triplet: F8, BE and CF. RGB value is (248,190,207). Sum of RGB (Red+Green+Blue) = 248+190+207=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECF is #074130. Grayscale: #D1D1D1. Windows color (decimal): -475441 or 13614840. OLE color: 13614840.

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

Color convert

RGB 248 190 207 -
CMYK 0 0.23 0.17 0.03
HSL 342.41º 0.81% 0.86% -
HSV(B) 342.41º 0.23% 0.97% -
XYZ 68.39 61.29 67.26 -
YUV 209.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 248 190 207 0 0.23 0.17 0.03 342.41 0.81 0.86
Hex F8 BE CF 0 17 11 3 156 51 56
Octal 370 276 317 0 27 21 3 526 121 126
Binary 11111000 10111110 11001111 0 10111 10001 11 101010110 1010001 1010110

Color Harmonies of #F8BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BECF

Black with #F8BECF

Text Example


Text Example

White with #F8BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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