#FBADC7

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

Shades of Cupid #FBADC7

Tints of Cupid #FBADC7

Color information

#FBADC7 (or 0xFBADC7) is unknown color: approx Cupid. HEX triplet: FB, AD and C7. RGB value is (251,173,199). Sum of RGB (Red+Green+Blue) = 251+173+199=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC7 is #045238. Grayscale: #C7C7C7. Windows color (decimal): -283193 or 13086203. OLE color: 13086203.

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

Color convert

RGB251173199-
CMYK00.310.210.02
HSL340º90.7%83.14%-
HSV(B)340º31.08%98.43%-
XYZ65.0454.5261.13-
YUV199.29127.84164.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=40.29%
G=27.77%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117319900.310.210.0234090.783.14
HexFBADC701F1521545b53
Octal373255307037252524133123
Binary111110111010110111000111011111101011010101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADC7; }

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

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

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

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

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

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

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

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