#FCCFD3

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

Shades of We Peep #FCCFD3

Tints of We Peep #FCCFD3

Color information

#FCCFD3 (or 0xFCCFD3) is unknown color: approx We Peep. HEX triplet: FC, CF and D3. RGB value is (252,207,211). Sum of RGB (Red+Green+Blue) = 252+207+211=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD3 is #03302C. Grayscale: #DCDCDC. Windows color (decimal): -208941 or 13881340. OLE color: 13881340.

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

Color convert

RGB252207211-
CMYK00.180.160.01
HSL354.67º88.24%90%-
HSV(B)354.67º17.86%98.82%-
XYZ74.2270.0271.23-
YUV220.91122.41150.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 211 (82.81% from 255) = 31.49%
R=37.61%
G=30.90%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220721100.180.160.01354.6788.2490
HexFCCFD3012101163585a
Octal374317323022201543130132
Binary11111100110011111101001101001010000110110001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFD3; }

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

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

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

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

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

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

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

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