Html Css Color HEX #FAC9D9 Pink Lace

📋 copy color: '#FAC9D9'

red 250 ◦ green 201 ◦ blue 217

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

Shades of Pink Lace #FAC9D9

Tints of Pink Lace #FAC9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.49%

R = 37.43%
G = 30.09%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAC9D9 (or 0xFAC9D9) is known color: Pink Lace. HEX triplet: FA, C9 and D9. RGB value is (250,201,217). Sum of RGB (Red+Green+Blue) = 250+201+217=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D9 is #053626. Grayscale: #D9D9D9. Windows color (decimal): -341543 or 14273018. OLE color: 14273018.

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

Color convert

RGB 250 201 217 -
CMYK 0 0.20 0.13 0.02
HSL 340.41º 0.83% 0.88% -
HSV(B) 340.41º 0.2% 0.98% -
XYZ 72.84 67.11 74.76 -
YUV 217.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 250 201 217 0 0.20 0.13 0.02 340.41 0.83 0.88
Hex FA C9 D9 0 14 D 2 154 53 58
Octal 372 311 331 0 24 15 2 524 123 130
Binary 11111010 11001001 11011001 0 10100 1101 10 101010100 1010011 1011000

Color Harmonies of #FAC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9D9

Black with #FAC9D9

Text Example


Text Example

White with #FAC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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