#FEB6CC

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

Shades of Cupid #FEB6CC

Tints of Cupid #FEB6CC

Color information

#FEB6CC (or 0xFEB6CC) is unknown color: approx Cupid. HEX triplet: FE, B6 and CC. RGB value is (254,182,204). Sum of RGB (Red+Green+Blue) = 254+182+204=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6CC is #014933. Grayscale: #CECECE. Windows color (decimal): -84276 or 13416190. OLE color: 13416190.

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

Color convert

RGB254182204-
CMYK00.280.200.00
HSL341.67º97.3%85.49%-
HSV(B)341.67º28.35%99.61%-
XYZ68.558.8964.88-
YUV206.04126.85162.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 182 (71.48% from 255) = 28.44%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=39.69%
G=28.44%
B=31.88%

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
Decimal25418220400.280.200.00341.6797.385.49
HexFEB6CC01C1401566155
Octal376266314034240526141125
Binary11111110101101101100110001110010100010101011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6CC; }

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

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

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

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

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

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

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

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