Html Css Color HEX #F8BACB Cupid

📋 copy color: '#F8BACB'

red 248 ◦ green 186 ◦ blue 203

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

Shades of Cupid #F8BACB

Tints of Cupid #F8BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.2%

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

R = 38.93%
G = 29.2%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8BACB (or 0xF8BACB) is known color: Cupid. HEX triplet: F8, BA and CB. RGB value is (248,186,203). Sum of RGB (Red+Green+Blue) = 248+186+203=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BACB is #074534. Grayscale: #CECECE. Windows color (decimal): -476469 or 13351672. OLE color: 13351672.

HSL color Cylindrical-coordinate representation of color #F8BACB: hue angle of 343.55º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BACB is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 186 203 -
CMYK 0 0.25 0.18 0.03
HSL 343.55º 0.82% 0.85% -
HSV(B) 343.55º 0.25% 0.97% -
XYZ 67.05 59.39 64.43 -
YUV 206.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 248 186 203 0 0.25 0.18 0.03 343.55 0.82 0.85
Hex F8 BA CB 0 19 12 3 158 52 55
Octal 370 272 313 0 31 22 3 530 122 125
Binary 11111000 10111010 11001011 0 11001 10010 11 101011000 1010010 1010101

Color Harmonies of #F8BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BACB

Black with #F8BACB

Text Example


Text Example

White with #F8BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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