#F8BBCB

Color #F8BBCB Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #F8BBCB

Tints of Cupid #F8BBCB

Color information

#F8BBCB (or 0xF8BBCB) is unknown color: approx Cupid. HEX triplet: F8, BB and CB. RGB value is (248,187,203). Sum of RGB (Red+Green+Blue) = 248+187+203=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBCB is #074434. Grayscale: #CFCFCF. Windows color (decimal): -476213 or 13351928. OLE color: 13351928.

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

Color convert

RGB248187203-
CMYK00.250.180.03
HSL344.26º81.33%85.29%-
HSV(B)344.26º24.6%97.25%-
XYZ67.2659.8164.5-
YUV207.06125.71157.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=38.87%
G=29.31%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818720300.250.180.03344.2681.3385.29
HexF8BBCB0191231585155
Octal370273313031223530121125
Binary111110001011101111001011011001100101110101100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBCB; }

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

 H1.HeaderClassName
 {
   color: #F8BBCB;
 }
 .AnyTagClassName
 {
   color: #F8BBCB;
 }
</style>
background-color css

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

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

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

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

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

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