#FACDCE

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

Shades of We Peep #FACDCE

Tints of We Peep #FACDCE

Color information

#FACDCE (or 0xFACDCE) is unknown color: approx We Peep. HEX triplet: FA, CD and CE. RGB value is (250,205,206). Sum of RGB (Red+Green+Blue) = 250+205+206=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDCE is #053231. Grayscale: #DADADA. Windows color (decimal): -340530 or 13553146. OLE color: 13553146.

HSL color Cylindrical-coordinate representation of color #FACDCE: hue angle of 358.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDCE is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250205206-
CMYK00.180.180.02
HSL358.67º81.82%89.22%-
HSV(B)358.67º18%98.04%-
XYZ72.468.4467.79-
YUV218.57120.91150.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=37.82%
G=31.01%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020520600.180.180.02358.6781.8289.22
HexFACDCE0121221675259
Octal372315316022222547122131
Binary111110101100110111001110010010100101010110011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDCE; }

 p { color: rgb(250,205,206); }

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

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

 a { background-color: rgb(250,205,206); }

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

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

 span { border-color: rgb(250,205,206); }

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