#FECCCF

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

Shades of We Peep #FECCCF

Tints of We Peep #FECCCF

Color information

#FECCCF (or 0xFECCCF) is unknown color: approx We Peep. HEX triplet: FE, CC and CF. RGB value is (254,204,207). Sum of RGB (Red+Green+Blue) = 254+204+207=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCCF is #013330. Grayscale: #DBDBDB. Windows color (decimal): -78641 or 13618430. OLE color: 13618430.

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

Color convert

RGB254204207-
CMYK00.200.190.00
HSL356.4º96.15%89.8%-
HSV(B)356.4º19.69%99.61%-
XYZ73.7368.7668.42-
YUV219.29121.06152.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=38.20%
G=30.68%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420420700.200.190.00356.496.1589.8
HexFECCCF014130164605a
Octal376314317024230544140132
Binary11111110110011001100111101010010011010110010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCCF; }

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

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

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

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

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

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

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

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