#FBB1C6

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

Shades of Cupid #FBB1C6

Tints of Cupid #FBB1C6

Color information

#FBB1C6 (or 0xFBB1C6) is unknown color: approx Cupid. HEX triplet: FB, B1 and C6. RGB value is (251,177,198). Sum of RGB (Red+Green+Blue) = 251+177+198=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1C6 is #044E39. Grayscale: #C9C9C9. Windows color (decimal): -282170 or 13021691. OLE color: 13021691.

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

Color convert

RGB251177198-
CMYK00.290.210.02
HSL342.97º90.24%83.92%-
HSV(B)342.97º29.48%98.43%-
XYZ65.756.0360.78-
YUV201.52126.02163.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 177 (69.53% from 255) = 28.27%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=40.10%
G=28.27%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117719800.290.210.02342.9790.2483.92
HexFBB1C601D1521575a54
Octal373261306035252527132124
Binary111110111011000111000110011101101011010101011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1C6; }

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

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

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

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

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

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

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

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