#FACCCE

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

Shades of We Peep #FACCCE

Tints of We Peep #FACCCE

Color information

#FACCCE (or 0xFACCCE) is unknown color: approx We Peep. HEX triplet: FA, CC and CE. RGB value is (250,204,206). Sum of RGB (Red+Green+Blue) = 250+204+206=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCCE is #053331. Grayscale: #DADADA. Windows color (decimal): -340786 or 13552890. OLE color: 13552890.

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

Color convert

RGB250204206-
CMYK00.180.180.02
HSL357.39º82.14%89.02%-
HSV(B)357.39º18.4%98.04%-
XYZ72.1667.9767.71-
YUV217.98121.24150.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=37.88%
G=30.91%
B=31.21%

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
Decimal25020420600.180.180.02357.3982.1489.02
HexFACCCE0121221655259
Octal372314316022222545122131
Binary111110101100110011001110010010100101010110010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCCE; }

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

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

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

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

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

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

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

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