Html Css Color HEX #F8BECA Pink

📋 copy color: '#F8BECA'

red 248 ◦ green 190 ◦ blue 202

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

Shades of Pink #F8BECA

Tints of Pink #F8BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.56%

R = 38.75%
G = 29.69%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8BECA (or 0xF8BECA) is known color: Pink. HEX triplet: F8, BE and CA. RGB value is (248,190,202). Sum of RGB (Red+Green+Blue) = 248+190+202=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECA is #074135. Grayscale: #D0D0D0. Windows color (decimal): -475446 or 13287160. OLE color: 13287160.

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

Color convert

RGB 248 190 202 -
CMYK 0 0.23 0.19 0.03
HSL 347.59º 0.81% 0.86% -
HSV(B) 347.59º 0.23% 0.97% -
XYZ 67.79 61.05 64.09 -
YUV 208.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 248 190 202 0 0.23 0.19 0.03 347.59 0.81 0.86
Hex F8 BE CA 0 17 13 3 15C 51 56
Octal 370 276 312 0 27 23 3 534 121 126
Binary 11111000 10111110 11001010 0 10111 10011 11 101011100 1010001 1010110

Color Harmonies of #F8BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BECA

Black with #F8BECA

Text Example


Text Example

White with #F8BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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