#FBAFCA

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

Shades of Cupid #FBAFCA

Tints of Cupid #FBAFCA

Color information

#FBAFCA (or 0xFBAFCA) is unknown color: approx Cupid. HEX triplet: FB, AF and CA. RGB value is (251,175,202). Sum of RGB (Red+Green+Blue) = 251+175+202=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFCA is #045035. Grayscale: #C8C8C8. Windows color (decimal): -282678 or 13283323. OLE color: 13283323.

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

Color convert

RGB251175202-
CMYK00.300.200.02
HSL338.68º90.48%83.53%-
HSV(B)338.68º30.28%98.43%-
XYZ65.7755.4363.11-
YUV200.8128.68163.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=39.97%
G=27.87%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117520200.300.200.02338.6890.4883.53
HexFBAFCA01E1421535a54
Octal373257312036242523132124
Binary111110111010111111001010011110101001010101001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFCA; }

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

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

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

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

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

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

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

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