#FEB4CC

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

Shades of Cupid #FEB4CC

Tints of Cupid #FEB4CC

Color information

#FEB4CC (or 0xFEB4CC) is unknown color: approx Cupid. HEX triplet: FE, B4 and CC. RGB value is (254,180,204). Sum of RGB (Red+Green+Blue) = 254+180+204=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4CC is #014B33. Grayscale: #CCCCCC. Windows color (decimal): -84788 or 13415678. OLE color: 13415678.

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

Color convert

RGB254180204-
CMYK00.290.200.00
HSL340.54º97.37%85.1%-
HSV(B)340.54º29.13%99.61%-
XYZ68.0958.0764.75-
YUV204.86127.52163.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 180 (70.70% from 255) = 28.21%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=39.81%
G=28.21%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418020400.290.200.00340.5497.3785.1
HexFEB4CC01D1401556155
Octal376264314035240525141125
Binary11111110101101001100110001110110100010101010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4CC; }

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

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

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

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

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

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

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

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