#FCCECF

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

Shades of We Peep #FCCECF

Tints of We Peep #FCCECF

Color information

#FCCECF (or 0xFCCECF) is unknown color: approx We Peep. HEX triplet: FC, CE and CF. RGB value is (252,206,207). Sum of RGB (Red+Green+Blue) = 252+206+207=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECF is #033130. Grayscale: #DBDBDB. Windows color (decimal): -209201 or 13618940. OLE color: 13618940.

HSL color Cylindrical-coordinate representation of color #FCCECF: hue angle of 358.7º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCECF is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252206207-
CMYK00.180.180.01
HSL358.7º88.46%89.8%-
HSV(B)358.7º18.25%98.82%-
XYZ73.4869.3468.54-
YUV219.87120.74150.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=37.89%
G=30.98%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220620700.180.180.01358.788.4689.8
HexFCCECF012121167585a
Octal374316317022221547130132
Binary11111100110011101100111101001010010110110011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCECF; }

 p { color: rgb(252,206,207); }

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

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

 a { background-color: rgb(252,206,207); }

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

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

 span { border-color: rgb(252,206,207); }

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