Html Css Color HEX #FACED6 Pink Lace

📋 copy color: '#FACED6'

red 250 ◦ green 206 ◦ blue 214

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

Shades of Pink Lace #FACED6

Tints of Pink Lace #FACED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.94%

R = 37.31%
G = 30.75%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FACED6 (or 0xFACED6) is known color: Pink Lace. HEX triplet: FA, CE and D6. RGB value is (250,206,214). Sum of RGB (Red+Green+Blue) = 250+206+214=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED6 is #053129. Grayscale: #DCDCDC. Windows color (decimal): -340266 or 14077690. OLE color: 14077690.

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

Color convert

RGB 250 206 214 -
CMYK 0 0.18 0.14 0.02
HSL 349.09º 0.81% 0.89% -
HSV(B) 349.09º 0.18% 0.98% -
XYZ 73.63 69.32 73.12 -
YUV 220.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 250 206 214 0 0.18 0.14 0.02 349.09 0.81 0.89
Hex FA CE D6 0 12 E 2 15D 51 59
Octal 372 316 326 0 22 16 2 535 121 131
Binary 11111010 11001110 11010110 0 10010 1110 10 101011101 1010001 1011001

Color Harmonies of #FACED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACED6

Black with #FACED6

Text Example


Text Example

White with #FACED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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