Html Css Color HEX #FACFD8 Pink Lace

📋 copy color: '#FACFD8'

red 250 ◦ green 207 ◦ blue 216

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

Shades of Pink Lace #FACFD8

Tints of Pink Lace #FACFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.1%

R = 37.15%
G = 30.76%
B = 32.1%

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

#FACFD8 (or 0xFACFD8) is known color: Pink Lace. HEX triplet: FA, CF and D8. RGB value is (250,207,216). Sum of RGB (Red+Green+Blue) = 250+207+216=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD8 is #053027. Grayscale: #DCDCDC. Windows color (decimal): -340008 or 14209018. OLE color: 14209018.

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

Color convert

RGB 250 207 216 -
CMYK 0 0.17 0.14 0.02
HSL 347.44º 0.81% 0.9% -
HSV(B) 347.44º 0.17% 0.98% -
XYZ 74.13 69.91 74.55 -
YUV 220.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 250 207 216 0 0.17 0.14 0.02 347.44 0.81 0.9
Hex FA CF D8 0 11 E 2 15B 51 5A
Octal 372 317 330 0 21 16 2 533 121 132
Binary 11111010 11001111 11011000 0 10001 1110 10 101011011 1010001 1011010

Color Harmonies of #FACFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFD8

Black with #FACFD8

Text Example


Text Example

White with #FACFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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