#FBB2CA

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

Shades of Cupid #FBB2CA

Tints of Cupid #FBB2CA

Color information

#FBB2CA (or 0xFBB2CA) is unknown color: approx Cupid. HEX triplet: FB, B2 and CA. RGB value is (251,178,202). Sum of RGB (Red+Green+Blue) = 251+178+202=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2CA is #044D35. Grayscale: #CACACA. Windows color (decimal): -281910 or 13284091. OLE color: 13284091.

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

Color convert

RGB251178202-
CMYK00.290.200.02
HSL340.27º90.12%84.12%-
HSV(B)340.27º29.08%98.43%-
XYZ66.3656.6163.31-
YUV202.56127.68162.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 178 (69.92% from 255) = 28.21%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=39.78%
G=28.21%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117820200.290.200.02340.2790.1284.12
HexFBB2CA01D1421545a54
Octal373262312035242524132124
Binary111110111011001011001010011101101001010101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2CA; }

 p { color: rgb(251,178,202); }

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

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

 a { background-color: rgb(251,178,202); }

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

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

 span { border-color: rgb(251,178,202); }

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