#FACBD5

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

Shades of Pink Lace #FACBD5

Tints of Pink Lace #FACBD5

Color information

#FACBD5 (or 0xFACBD5) is unknown color: approx Pink Lace. HEX triplet: FA, CB and D5. RGB value is (250,203,213). Sum of RGB (Red+Green+Blue) = 250+203+213=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD5 is #05342A. Grayscale: #DADADA. Windows color (decimal): -341035 or 14011386. OLE color: 14011386.

HSL color Cylindrical-coordinate representation of color #FACBD5: hue angle of 347.23º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBD5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250203213-
CMYK00.190.150.02
HSL347.23º82.46%88.82%-
HSV(B)347.23º18.8%98.04%-
XYZ72.7967.8472.21-
YUV218.19125.07150.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=37.54%
G=30.48%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020321300.190.150.02347.2382.4688.82
HexFACBD5013F215b5259
Octal372313325023172533122131
Binary11111010110010111101010101001111111010101101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBD5; }

 p { color: rgb(250,203,213); }

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

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

 a { background-color: rgb(250,203,213); }

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

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

 span { border-color: rgb(250,203,213); }

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