Html Css Color HEX #FACEDC Pink Lace

📋 copy color: '#FACEDC'

red 250 ◦ green 206 ◦ blue 220

#FACEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #FACEDC

Tints of Pink Lace #FACEDC

RGB

 RED value IS 250 (98.05% from 255) = 36.98%

 GREEN value IS 206 (80.86% from 255) = 30.47%

 BLUE value IS 220 (86.33% from 255) = 32.54%

R = 36.98%
G = 30.47%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FACEDC (or 0xFACEDC) is known color: Pink Lace. HEX triplet: FA, CE and DC. RGB value is (250,206,220). Sum of RGB (Red+Green+Blue) = 250+206+220=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEDC is #053123. Grayscale: #DCDCDC. Windows color (decimal): -340260 or 14470906. OLE color: 14470906.

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

Color convert

RGB 250 206 220 -
CMYK 0 0.18 0.12 0.02
HSL 340.91º 0.81% 0.89% -
HSV(B) 340.91º 0.18% 0.98% -
XYZ 74.41 69.63 77.23 -
YUV 220.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 250 206 220 0 0.18 0.12 0.02 340.91 0.81 0.89
Hex FA CE DC 0 12 C 2 155 51 59
Octal 372 316 334 0 22 14 2 525 121 131
Binary 11111010 11001110 11011100 0 10010 1100 10 101010101 1010001 1011001

Color Harmonies of #FACEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEDC

Black with #FACEDC

Text Example


Text Example

White with #FACEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEDC; }

 p { color: rgb(250,206,220); }

 H1.HeaderClassName
 {
   color: #FACEDC;
 }
 .AnyTagClassName
 {
   color: #FACEDC;
 }
</style>

background-color css

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

 a { background-color: rgb(250,206,220); }

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

border-color css

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

 span { border-color: rgb(250,206,220); }

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