#FBB0C2

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

Shades of Cupid #FBB0C2

Tints of Cupid #FBB0C2

Color information

#FBB0C2 (or 0xFBB0C2) is unknown color: approx Cupid. HEX triplet: FB, B0 and C2. RGB value is (251,176,194). Sum of RGB (Red+Green+Blue) = 251+176+194=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0C2 is #044F3D. Grayscale: #C8C8C8. Windows color (decimal): -282430 or 12759291. OLE color: 12759291.

HSL color Cylindrical-coordinate representation of color #FBB0C2: hue angle of 345.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0C2 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251176194-
CMYK00.300.230.02
HSL345.6º90.36%83.73%-
HSV(B)345.6º29.88%98.43%-
XYZ65.0555.4558.31-
YUV200.48124.35164.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=40.42%
G=28.34%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117619400.300.230.02345.690.3683.73
HexFBB0C201E17215a5a54
Octal373260302036272532132124
Binary111110111011000011000010011110101111010101101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0C2; }

 p { color: rgb(251,176,194); }

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

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

 a { background-color: rgb(251,176,194); }

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

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

 span { border-color: rgb(251,176,194); }

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