Html Css Color HEX #FACED4 Pink Lace

📋 copy color: '#FACED4'

red 250 ◦ green 206 ◦ blue 212

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

Shades of Pink Lace #FACED4

Tints of Pink Lace #FACED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.74%

R = 37.43%
G = 30.84%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FACED4 (or 0xFACED4) is known color: Pink Lace. HEX triplet: FA, CE and D4. RGB value is (250,206,212). Sum of RGB (Red+Green+Blue) = 250+206+212=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED4 is #05312B. Grayscale: #DBDBDB. Windows color (decimal): -340268 or 13946618. OLE color: 13946618.

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

Color convert

RGB 250 206 212 -
CMYK 0 0.18 0.15 0.02
HSL 351.82º 0.81% 0.89% -
HSV(B) 351.82º 0.18% 0.98% -
XYZ 73.38 69.22 71.78 -
YUV 219.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 250 206 212 0 0.18 0.15 0.02 351.82 0.81 0.89
Hex FA CE D4 0 12 F 2 160 51 59
Octal 372 316 324 0 22 17 2 540 121 131
Binary 11111010 11001110 11010100 0 10010 1111 10 101100000 1010001 1011001

Color Harmonies of #FACED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACED4

Black with #FACED4

Text Example


Text Example

White with #FACED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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