#FAAFCA

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

Shades of Cupid #FAAFCA

Tints of Cupid #FAAFCA

Color information

#FAAFCA (or 0xFAAFCA) is unknown color: approx Cupid. HEX triplet: FA, AF and CA. RGB value is (250,175,202). Sum of RGB (Red+Green+Blue) = 250+175+202=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFCA is #055035. Grayscale: #C8C8C8. Windows color (decimal): -348214 or 13283322. OLE color: 13283322.

HSL color Cylindrical-coordinate representation of color #FAAFCA: hue angle of 338.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFCA is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250175202-
CMYK00.30.190.02
HSL338.4º88.24%83.33%-
HSV(B)338.4º30%98.04%-
XYZ65.4155.2563.09-
YUV200.5128.85163.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=39.87%
G=27.91%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017520200.30.190.02338.488.2483.33
HexFAAFCA01E1321525853
Octal372257312036232522130123
Binary111110101010111111001010011110100111010101001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFCA; }

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

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

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

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

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

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

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

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