#FBADC3

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

Shades of Cupid #FBADC3

Tints of Cupid #FBADC3

Color information

#FBADC3 (or 0xFBADC3) is unknown color: approx Cupid. HEX triplet: FB, AD and C3. RGB value is (251,173,195). Sum of RGB (Red+Green+Blue) = 251+173+195=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC3 is #04523C. Grayscale: #C6C6C6. Windows color (decimal): -283197 or 12824059. OLE color: 12824059.

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

Color convert

RGB251173195-
CMYK00.310.220.02
HSL343.08º90.7%83.14%-
HSV(B)343.08º31.08%98.43%-
XYZ64.5854.3458.71-
YUV198.83125.84165.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=40.55%
G=27.95%
B=31.50%

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
Decimal25117319500.310.220.02343.0890.783.14
HexFBADC301F1621575b53
Octal373255303037262527133123
Binary111110111010110111000011011111101101010101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADC3; }

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

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

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

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

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

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

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

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