Html Css Color HEX #FACFD5 Pink Lace

📋 copy color: '#FACFD5'

red 250 ◦ green 207 ◦ blue 213

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

Shades of Pink Lace #FACFD5

Tints of Pink Lace #FACFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.79%

R = 37.31%
G = 30.9%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FACFD5 (or 0xFACFD5) is known color: Pink Lace. HEX triplet: FA, CF and D5. RGB value is (250,207,213). Sum of RGB (Red+Green+Blue) = 250+207+213=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD5 is #05302A. Grayscale: #DCDCDC. Windows color (decimal): -340011 or 14012410. OLE color: 14012410.

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

Color convert

RGB 250 207 213 -
CMYK 0 0.17 0.15 0.02
HSL 351.63º 0.81% 0.9% -
HSV(B) 351.63º 0.17% 0.98% -
XYZ 73.75 69.75 72.53 -
YUV 220.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 250 207 213 0 0.17 0.15 0.02 351.63 0.81 0.9
Hex FA CF D5 0 11 F 2 160 51 5A
Octal 372 317 325 0 21 17 2 540 121 132
Binary 11111010 11001111 11010101 0 10001 1111 10 101100000 1010001 1011010

Color Harmonies of #FACFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFD5

Black with #FACFD5

Text Example


Text Example

White with #FACFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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