Html Css Color HEX #FACFD7 Pink Lace

📋 copy color: '#FACFD7'

red 250 ◦ green 207 ◦ blue 215

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

Shades of Pink Lace #FACFD7

Tints of Pink Lace #FACFD7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.8%

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 37.2%
G = 30.8%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FACFD7 (or 0xFACFD7) is known color: Pink Lace. HEX triplet: FA, CF and D7. RGB value is (250,207,215). Sum of RGB (Red+Green+Blue) = 250+207+215=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD7 is #053028. Grayscale: #DCDCDC. Windows color (decimal): -340009 or 14143482. OLE color: 14143482.

HSL color Cylindrical-coordinate representation of color #FACFD7: hue angle of 348.84º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFD7 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 215 -
CMYK 0 0.17 0.14 0.02
HSL 348.84º 0.81% 0.9% -
HSV(B) 348.84º 0.17% 0.98% -
XYZ 74 69.86 73.87 -
YUV 220.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 250 207 215 0 0.17 0.14 0.02 348.84 0.81 0.9
Hex FA CF D7 0 11 E 2 15D 51 5A
Octal 372 317 327 0 21 16 2 535 121 132
Binary 11111010 11001111 11010111 0 10001 1110 10 101011101 1010001 1011010

Color Harmonies of #FACFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFD7

Black with #FACFD7

Text Example


Text Example

White with #FACFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFD7; }

 p { color: rgb(250,207,215); }

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

background-color css

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

 a { background-color: rgb(250,207,215); }

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

border-color css

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

 span { border-color: rgb(250,207,215); }

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