#FACCD0

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

Shades of We Peep #FACCD0

Tints of We Peep #FACCD0

Color information

#FACCD0 (or 0xFACCD0) is unknown color: approx We Peep. HEX triplet: FA, CC and D0. RGB value is (250,204,208). Sum of RGB (Red+Green+Blue) = 250+204+208=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD0 is #05332F. Grayscale: #DADADA. Windows color (decimal): -340784 or 13683962. OLE color: 13683962.

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

Color convert

RGB250204208-
CMYK00.180.170.02
HSL354.78º82.14%89.02%-
HSV(B)354.78º18.4%98.04%-
XYZ72.468.0669-
YUV218.21122.24150.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 208 (81.64% from 255) = 31.42%
R=37.76%
G=30.82%
B=31.42%

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
Decimal25020420800.180.170.02354.7882.1489.02
HexFACCD00121121635259
Octal372314320022212543122131
Binary111110101100110011010000010010100011010110001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCD0; }

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

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

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

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

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

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

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

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