Html Css Color HEX #FAC7D1 Pink Lace

📋 copy color: '#FAC7D1'

red 250 ◦ green 199 ◦ blue 209

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

Shades of Pink Lace #FAC7D1

Tints of Pink Lace #FAC7D1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.24%

 BLUE value IS 209 (82.03% from 255) = 31.76%

R = 37.99%
G = 30.24%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAC7D1 (or 0xFAC7D1) is known color: Pink Lace. HEX triplet: FA, C7 and D1. RGB value is (250,199,209). Sum of RGB (Red+Green+Blue) = 250+199+209=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7D1 is #05382E. Grayscale: #D7D7D7. Windows color (decimal): -342063 or 13748218. OLE color: 13748218.

HSL color Cylindrical-coordinate representation of color #FAC7D1: hue angle of 348.24º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC7D1 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 209 -
CMYK 0 0.20 0.16 0.02
HSL 348.24º 0.84% 0.88% -
HSV(B) 348.24º 0.2% 0.98% -
XYZ 71.36 65.77 69.26 -
YUV 215.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 250 199 209 0 0.20 0.16 0.02 348.24 0.84 0.88
Hex FA C7 D1 0 14 10 2 15C 54 58
Octal 372 307 321 0 24 20 2 534 124 130
Binary 11111010 11000111 11010001 0 10100 10000 10 101011100 1010100 1011000

Color Harmonies of #FAC7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7D1

Black with #FAC7D1

Text Example


Text Example

White with #FAC7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7D1; }

 p { color: rgb(250,199,209); }

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

background-color css

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

 a { background-color: rgb(250,199,209); }

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

border-color css

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

 span { border-color: rgb(250,199,209); }

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