Html Css Color HEX #FAC9D1 Pink Lace

📋 copy color: '#FAC9D1'

red 250 ◦ green 201 ◦ blue 209

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

Shades of Pink Lace #FAC9D1

Tints of Pink Lace #FAC9D1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.45%

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

R = 37.88%
G = 30.45%
B = 31.67%

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

#FAC9D1 (or 0xFAC9D1) is known color: Pink Lace. HEX triplet: FA, C9 and D1. RGB value is (250,201,209). Sum of RGB (Red+Green+Blue) = 250+201+209=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D1 is #05362E. Grayscale: #D8D8D8. Windows color (decimal): -341551 or 13748730. OLE color: 13748730.

HSL color Cylindrical-coordinate representation of color #FAC9D1: hue angle of 350.2º degrees, saturation: 0.83, 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 #FAC9D1 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 209 -
CMYK 0 0.20 0.16 0.02
HSL 350.2º 0.83% 0.88% -
HSV(B) 350.2º 0.2% 0.98% -
XYZ 71.82 66.7 69.41 -
YUV 216.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 250 201 209 0 0.20 0.16 0.02 350.2 0.83 0.88
Hex FA C9 D1 0 14 10 2 15E 53 58
Octal 372 311 321 0 24 20 2 536 123 130
Binary 11111010 11001001 11010001 0 10100 10000 10 101011110 1010011 1011000

Color Harmonies of #FAC9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9D1

Black with #FAC9D1

Text Example


Text Example

White with #FAC9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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