#FACFDD

Color #FACFDD Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FACFDD

Tints of Pink Lace #FACFDD

Color information

#FACFDD (or 0xFACFDD) is unknown color: approx Pink Lace. HEX triplet: FA, CF and DD. RGB value is (250,207,221). Sum of RGB (Red+Green+Blue) = 250+207+221=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFDD is #053022. Grayscale: #DDDDDD. Windows color (decimal): -340003 or 14536698. OLE color: 14536698.

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

Color convert

RGB250207221-
CMYK00.170.120.02
HSL340.47º81.13%89.61%-
HSV(B)340.47º17.2%98.04%-
XYZ74.7970.1778.01-
YUV221.45127.75148.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=36.87%
G=30.53%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020722100.170.120.02340.4781.1389.61
HexFACFDD011C2154515a
Octal372317335021142524121132
Binary11111010110011111101110101000111001010101010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFDD; }

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

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

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

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

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

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

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

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