#FBB1CB

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

Shades of Cupid #FBB1CB

Tints of Cupid #FBB1CB

Color information

#FBB1CB (or 0xFBB1CB) is unknown color: approx Cupid. HEX triplet: FB, B1 and CB. RGB value is (251,177,203). Sum of RGB (Red+Green+Blue) = 251+177+203=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1CB is #044E34. Grayscale: #CACACA. Windows color (decimal): -282165 or 13349371. OLE color: 13349371.

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

Color convert

RGB251177203-
CMYK00.290.190.02
HSL338.92º90.24%83.92%-
HSV(B)338.92º29.48%98.43%-
XYZ66.2956.2763.87-
YUV202.09128.52162.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 177 (69.53% from 255) = 28.05%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=39.78%
G=28.05%
B=32.17%

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
Decimal25117720300.290.190.02338.9290.2483.92
HexFBB1CB01D1321535a54
Octal373261313035232523132124
Binary111110111011000111001011011101100111010101001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1CB; }

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

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

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

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

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

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

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

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