#FECFD5

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

Shades of We Peep #FECFD5

Tints of We Peep #FECFD5

Color information

#FECFD5 (or 0xFECFD5) is unknown color: approx We Peep. HEX triplet: FE, CF and D5. RGB value is (254,207,213). Sum of RGB (Red+Green+Blue) = 254+207+213=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD5 is #01302A. Grayscale: #DDDDDD. Windows color (decimal): -77867 or 14012414. OLE color: 14012414.

HSL color Cylindrical-coordinate representation of color #FECFD5: hue angle of 352.34º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFD5 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB254207213-
CMYK00.190.160.00
HSL352.34º95.92%90.39%-
HSV(B)352.34º18.5%99.61%-
XYZ75.270.572.6-
YUV221.74123.07151.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=37.69%
G=30.71%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420721300.190.160.00352.3495.9290.39
HexFECFD5013100160605a
Octal376317325023200540140132
Binary11111110110011111101010101001110000010110000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFD5; }

 p { color: rgb(254,207,213); }

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

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

 a { background-color: rgb(254,207,213); }

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

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

 span { border-color: rgb(254,207,213); }

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