#FACFD3

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

Shades of We Peep #FACFD3

Tints of We Peep #FACFD3

Color information

#FACFD3 (or 0xFACFD3) is unknown color: approx We Peep. HEX triplet: FA, CF and D3. RGB value is (250,207,211). Sum of RGB (Red+Green+Blue) = 250+207+211=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD3 is #05302C. Grayscale: #DCDCDC. Windows color (decimal): -340013 or 13881338. OLE color: 13881338.

HSL color Cylindrical-coordinate representation of color #FACFD3: hue angle of 354.42º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFD3 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250207211-
CMYK00.170.160.02
HSL354.42º81.13%89.61%-
HSV(B)354.42º17.2%98.04%-
XYZ73.569.6571.2-
YUV220.31122.75149.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=37.43%
G=30.99%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020721100.170.160.02354.4281.1389.61
HexFACFD3011102162515a
Octal372317323021202542121132
Binary111110101100111111010011010001100001010110001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFD3; }

 p { color: rgb(250,207,211); }

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

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

 a { background-color: rgb(250,207,211); }

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

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

 span { border-color: rgb(250,207,211); }

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