Html Css Color HEX #F8BECC Pink

📋 copy color: '#F8BECC'

red 248 ◦ green 190 ◦ blue 204

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

Shades of Pink #F8BECC

Tints of Pink #F8BECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 38.63%
G = 29.6%
B = 31.78%

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

#F8BECC (or 0xF8BECC) is known color: Pink. HEX triplet: F8, BE and CC. RGB value is (248,190,204). Sum of RGB (Red+Green+Blue) = 248+190+204=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECC is #074133. Grayscale: #D0D0D0. Windows color (decimal): -475444 or 13418232. OLE color: 13418232.

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

Color convert

RGB 248 190 204 -
CMYK 0 0.23 0.18 0.03
HSL 345.52º 0.81% 0.86% -
HSV(B) 345.52º 0.23% 0.97% -
XYZ 68.02 61.14 65.34 -
YUV 208.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 248 190 204 0 0.23 0.18 0.03 345.52 0.81 0.86
Hex F8 BE CC 0 17 12 3 15A 51 56
Octal 370 276 314 0 27 22 3 532 121 126
Binary 11111000 10111110 11001100 0 10111 10010 11 101011010 1010001 1010110

Color Harmonies of #F8BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BECC

Black with #F8BECC

Text Example


Text Example

White with #F8BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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