#FBAFC7

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

Shades of Cupid #FBAFC7

Tints of Cupid #FBAFC7

Color information

#FBAFC7 (or 0xFBAFC7) is unknown color: approx Cupid. HEX triplet: FB, AF and C7. RGB value is (251,175,199). Sum of RGB (Red+Green+Blue) = 251+175+199=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC7 is #045038. Grayscale: #C8C8C8. Windows color (decimal): -282681 or 13086715. OLE color: 13086715.

HSL color Cylindrical-coordinate representation of color #FBAFC7: hue angle of 341.05º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFC7 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB251175199-
CMYK00.300.210.02
HSL341.05º90.48%83.53%-
HSV(B)341.05º30.28%98.43%-
XYZ65.4255.2961.26-
YUV200.46127.18164.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=40.16%
G=28%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117519900.300.210.02341.0590.4883.53
HexFBAFC701E1521555a54
Octal373257307036252525132124
Binary111110111010111111000111011110101011010101010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFC7; }

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

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

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

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

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

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

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

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