#F1B2CB

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

Shades of Cupid #F1B2CB

Tints of Cupid #F1B2CB

Color information

#F1B2CB (or 0xF1B2CB) is unknown color: approx Cupid. HEX triplet: F1, B2 and CB. RGB value is (241,178,203). Sum of RGB (Red+Green+Blue) = 241+178+203=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2CB is #0E4D34. Grayscale: #C7C7C7. Windows color (decimal): -937269 or 13349617. OLE color: 13349617.

HSL color Cylindrical-coordinate representation of color #F1B2CB: hue angle of 336.19º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B2CB is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241178203-
CMYK00.260.160.05
HSL336.19º69.23%82.16%-
HSV(B)336.19º26.14%94.51%-
XYZ62.9854.8563.77-
YUV199.69129.87157.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=38.75%
G=28.62%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117820300.260.160.05336.1969.2382.16
HexF1B2CB01A1051504552
Octal361262313032205520105122
Binary1111000110110010110010110110101000010110101000010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2CB; }

 p { color: rgb(241,178,203); }

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

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

 a { background-color: rgb(241,178,203); }

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

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

 span { border-color: rgb(241,178,203); }

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