#FEB6CA

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

Shades of Cupid #FEB6CA

Tints of Cupid #FEB6CA

Color information

#FEB6CA (or 0xFEB6CA) is unknown color: approx Cupid. HEX triplet: FE, B6 and CA. RGB value is (254,182,202). Sum of RGB (Red+Green+Blue) = 254+182+202=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6CA is #014935. Grayscale: #CDCDCD. Windows color (decimal): -84278 or 13285118. OLE color: 13285118.

HSL color Cylindrical-coordinate representation of color #FEB6CA: hue angle of 343.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254182202-
CMYK00.280.200.00
HSL343.33º97.3%85.49%-
HSV(B)343.33º28.35%99.61%-
XYZ68.2658.7963.63-
YUV205.81125.85162.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=39.81%
G=28.53%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418220200.280.200.00343.3397.385.49
HexFEB6CA01C1401576155
Octal376266312034240527141125
Binary11111110101101101100101001110010100010101011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6CA; }

 p { color: rgb(254,182,202); }

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

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

 a { background-color: rgb(254,182,202); }

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

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

 span { border-color: rgb(254,182,202); }

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