#FEB7CC

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

Shades of Cupid #FEB7CC

Tints of Cupid #FEB7CC

Color information

#FEB7CC (or 0xFEB7CC) is unknown color: approx Cupid. HEX triplet: FE, B7 and CC. RGB value is (254,183,204). Sum of RGB (Red+Green+Blue) = 254+183+204=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7CC is #014833. Grayscale: #CECECE. Windows color (decimal): -84020 or 13416446. OLE color: 13416446.

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

Color convert

RGB254183204-
CMYK00.280.200.00
HSL342.25º97.26%85.69%-
HSV(B)342.25º27.95%99.61%-
XYZ68.7159.364.95-
YUV206.62126.52161.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 183 (71.88% from 255) = 28.55%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=39.63%
G=28.55%
B=31.83%

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
Decimal25418320400.280.200.00342.2597.2685.69
HexFEB7CC01C1401566156
Octal376267314034240526141126
Binary11111110101101111100110001110010100010101011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7CC; }

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

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

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

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

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

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

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

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