#FACDD0

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

Shades of We Peep #FACDD0

Tints of We Peep #FACDD0

Color information

#FACDD0 (or 0xFACDD0) is unknown color: approx We Peep. HEX triplet: FA, CD and D0. RGB value is (250,205,208). Sum of RGB (Red+Green+Blue) = 250+205+208=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD0 is #05322F. Grayscale: #DADADA. Windows color (decimal): -340528 or 13684218. OLE color: 13684218.

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

Color convert

RGB250205208-
CMYK00.180.170.02
HSL356º81.82%89.22%-
HSV(B)356º18%98.04%-
XYZ72.6468.5469.08-
YUV218.8121.91150.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 208 (81.64% from 255) = 31.37%
R=37.71%
G=30.92%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020520800.180.170.0235681.8289.22
HexFACDD00121121645259
Octal372315320022212544122131
Binary111110101100110111010000010010100011010110010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDD0; }

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

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

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

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

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

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

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

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