#FACFD4

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

Shades of We Peep #FACFD4

Tints of We Peep #FACFD4

Color information

#FACFD4 (or 0xFACFD4) is unknown color: approx We Peep. HEX triplet: FA, CF and D4. RGB value is (250,207,212). Sum of RGB (Red+Green+Blue) = 250+207+212=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD4 is #05302B. Grayscale: #DCDCDC. Windows color (decimal): -340012 or 13946874. OLE color: 13946874.

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

Color convert

RGB250207212-
CMYK00.170.150.02
HSL353.02º81.13%89.61%-
HSV(B)353.02º17.2%98.04%-
XYZ73.6269.771.86-
YUV220.43123.25149.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 212 (83.20% from 255) = 31.69%
R=37.37%
G=30.94%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020721200.170.150.02353.0281.1389.61
HexFACFD4011F2161515a
Octal372317324021172541121132
Binary11111010110011111101010001000111111010110000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFD4; }

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

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

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

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

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

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

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

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