#FCCCCD

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

Shades of We Peep #FCCCCD

Tints of We Peep #FCCCCD

Color information

#FCCCCD (or 0xFCCCCD) is unknown color: approx We Peep. HEX triplet: FC, CC and CD. RGB value is (252,204,205). Sum of RGB (Red+Green+Blue) = 252+204+205=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCCD is #033332. Grayscale: #DADADA. Windows color (decimal): -209715 or 13487356. OLE color: 13487356.

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

Color convert

RGB252204205-
CMYK00.190.190.01
HSL358.75º88.89%89.41%-
HSV(B)358.75º19.05%98.82%-
XYZ72.7668.2967.1-
YUV218.47120.4151.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=38.12%
G=30.86%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220420500.190.190.01358.7588.8989.41
HexFCCCCD0131311675959
Octal374314315023231547131131
Binary11111100110011001100110101001110011110110011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCCD; }

 p { color: rgb(252,204,205); }

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

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

 a { background-color: rgb(252,204,205); }

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

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

 span { border-color: rgb(252,204,205); }

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