#FECCC0

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

Shades of Your Pink #FECCC0

Tints of Your Pink #FECCC0

Color information

#FECCC0 (or 0xFECCC0) is unknown color: approx Your Pink. HEX triplet: FE, CC and C0. RGB value is (254,204,192). Sum of RGB (Red+Green+Blue) = 254+204+192=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC0 is #01333F. Grayscale: #D9D9D9. Windows color (decimal): -78656 or 12635390. OLE color: 12635390.

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

Color convert

RGB254204192-
CMYK00.200.240.00
HSL11.61º96.88%87.45%-
HSV(B)11.61º24.41%99.61%-
XYZ71.9868.0659.21-
YUV217.58113.56153.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=39.08%
G=31.38%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420419200.200.240.0011.6196.8887.45
HexFECCC0014180c6157
Octal37631430002430014141127
Binary111111101100110011000000010100110000110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCC0; }

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

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

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

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

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

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

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

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