#FBB3CB

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

Shades of Cupid #FBB3CB

Tints of Cupid #FBB3CB

Color information

#FBB3CB (or 0xFBB3CB) is unknown color: approx Cupid. HEX triplet: FB, B3 and CB. RGB value is (251,179,203). Sum of RGB (Red+Green+Blue) = 251+179+203=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3CB is #044C34. Grayscale: #CBCBCB. Windows color (decimal): -281653 or 13349883. OLE color: 13349883.

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

Color convert

RGB251179203-
CMYK00.290.190.02
HSL340º90%84.31%-
HSV(B)340º28.69%98.43%-
XYZ66.6857.0664-
YUV203.26127.85162.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=39.65%
G=28.28%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117920300.290.190.023409084.31
HexFBB3CB01D1321545a54
Octal373263313035232524132124
Binary111110111011001111001011011101100111010101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3CB; }

 p { color: rgb(251,179,203); }

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

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

 a { background-color: rgb(251,179,203); }

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

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

 span { border-color: rgb(251,179,203); }

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