#FCCFD1

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

Shades of We Peep #FCCFD1

Tints of We Peep #FCCFD1

Color information

#FCCFD1 (or 0xFCCFD1) is unknown color: approx We Peep. HEX triplet: FC, CF and D1. RGB value is (252,207,209). Sum of RGB (Red+Green+Blue) = 252+207+209=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD1 is #03302E. Grayscale: #DCDCDC. Windows color (decimal): -208943 or 13750268. OLE color: 13750268.

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

Color convert

RGB252207209-
CMYK00.180.170.01
HSL357.33º88.24%90%-
HSV(B)357.33º17.86%98.82%-
XYZ73.9769.9269.92-
YUV220.68121.41150.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 209 (82.03% from 255) = 31.29%
R=37.72%
G=30.99%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220720900.180.170.01357.3388.2490
HexFCCFD1012111165585a
Octal374317321022211545130132
Binary11111100110011111101000101001010001110110010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFD1; }

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

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

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

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

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

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

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

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