#FBADC5

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

Shades of Cupid #FBADC5

Tints of Cupid #FBADC5

Color information

#FBADC5 (or 0xFBADC5) is unknown color: approx Cupid. HEX triplet: FB, AD and C5. RGB value is (251,173,197). Sum of RGB (Red+Green+Blue) = 251+173+197=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC5 is #04523A. Grayscale: #C7C7C7. Windows color (decimal): -283195 or 12955131. OLE color: 12955131.

HSL color Cylindrical-coordinate representation of color #FBADC5: hue angle of 341.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251173197-
CMYK00.310.220.02
HSL341.54º90.7%83.14%-
HSV(B)341.54º31.08%98.43%-
XYZ64.8154.4359.91-
YUV199.06126.84165.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 197 (77.34% from 255) = 31.72%
R=40.42%
G=27.86%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117319700.310.220.02341.5490.783.14
HexFBADC501F1621565b53
Octal373255305037262526133123
Binary111110111010110111000101011111101101010101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADC5; }

 p { color: rgb(251,173,197); }

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

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

 a { background-color: rgb(251,173,197); }

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

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

 span { border-color: rgb(251,173,197); }

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