#FBAFC1

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

Shades of Cupid #FBAFC1

Tints of Cupid #FBAFC1

Color information

#FBAFC1 (or 0xFBAFC1) is unknown color: approx Cupid. HEX triplet: FB, AF and C1. RGB value is (251,175,193). Sum of RGB (Red+Green+Blue) = 251+175+193=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC1 is #04503E. Grayscale: #C7C7C7. Windows color (decimal): -282687 or 12693499. OLE color: 12693499.

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

Color convert

RGB251175193-
CMYK00.300.230.02
HSL345.79º90.48%83.53%-
HSV(B)345.79º30.28%98.43%-
XYZ64.7455.0257.66-
YUV199.78124.18164.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=40.55%
G=28.27%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117519300.300.230.02345.7990.4883.53
HexFBAFC101E17215a5a54
Octal373257301036272532132124
Binary111110111010111111000001011110101111010101101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFC1; }

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

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

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

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

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

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

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

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