Html Css Color HEX #FACEDB Pink Lace

📋 copy color: '#FACEDB'

red 250 ◦ green 206 ◦ blue 219

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

Shades of Pink Lace #FACEDB

Tints of Pink Lace #FACEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.44%

R = 37.04%
G = 30.52%
B = 32.44%

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

#FACEDB (or 0xFACEDB) is known color: Pink Lace. HEX triplet: FA, CE and DB. RGB value is (250,206,219). Sum of RGB (Red+Green+Blue) = 250+206+219=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEDB is #053124. Grayscale: #DCDCDC. Windows color (decimal): -340261 or 14405370. OLE color: 14405370.

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

Color convert

RGB 250 206 219 -
CMYK 0 0.18 0.12 0.02
HSL 342.27º 0.81% 0.89% -
HSV(B) 342.27º 0.18% 0.98% -
XYZ 74.28 69.58 76.53 -
YUV 220.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 250 206 219 0 0.18 0.12 0.02 342.27 0.81 0.89
Hex FA CE DB 0 12 C 2 156 51 59
Octal 372 316 333 0 22 14 2 526 121 131
Binary 11111010 11001110 11011011 0 10010 1100 10 101010110 1010001 1011001

Color Harmonies of #FACEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEDB

Black with #FACEDB

Text Example


Text Example

White with #FACEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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