#FDA8BF

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

Shades of Cupid #FDA8BF

Tints of Cupid #FDA8BF

Color information

#FDA8BF (or 0xFDA8BF) is unknown color: approx Cupid. HEX triplet: FD, A8 and BF. RGB value is (253,168,191). Sum of RGB (Red+Green+Blue) = 253+168+191=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8BF is #025740. Grayscale: #C4C4C4. Windows color (decimal): -153409 or 12560637. OLE color: 12560637.

HSL color Cylindrical-coordinate representation of color #FDA8BF: hue angle of 343.76º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8BF is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253168191-
CMYK00.340.250.01
HSL343.76º95.51%82.55%-
HSV(B)343.76º33.6%99.22%-
XYZ63.9152.6556.08-
YUV196.04125.16168.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 168 (66.02% from 255) = 27.45%
BLUE value IS 191 (75% from 255) = 31.21%
R=41.34%
G=27.45%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316819100.340.250.01343.7695.5182.55
HexFDA8BF0221911586053
Octal375250277042311530140123
Binary111111011010100010111111010001011001110101100011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8BF; }

 p { color: rgb(253,168,191); }

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

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

 a { background-color: rgb(253,168,191); }

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

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

 span { border-color: rgb(253,168,191); }

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