#FECFD1

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

Shades of We Peep #FECFD1

Tints of We Peep #FECFD1

Color information

#FECFD1 (or 0xFECFD1) is unknown color: approx We Peep. HEX triplet: FE, CF and D1. RGB value is (254,207,209). Sum of RGB (Red+Green+Blue) = 254+207+209=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD1 is #01302E. Grayscale: #DDDDDD. Windows color (decimal): -77871 or 13750270. OLE color: 13750270.

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

Color convert

RGB254207209-
CMYK00.190.180.00
HSL357.45º95.92%90.39%-
HSV(B)357.45º18.5%99.61%-
XYZ74.6970.369.95-
YUV221.28121.07151.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=37.91%
G=30.90%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420720900.190.180.00357.4595.9290.39
HexFECFD1013120165605a
Octal376317321023220545140132
Binary11111110110011111101000101001110010010110010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFD1; }

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

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

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

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

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

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

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

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