Html Css Color HEX #FACCD9 Pink Lace

📋 copy color: '#FACCD9'

red 250 ◦ green 204 ◦ blue 217

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

Shades of Pink Lace #FACCD9

Tints of Pink Lace #FACCD9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.4%

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

R = 37.26%
G = 30.4%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FACCD9 (or 0xFACCD9) is known color: Pink Lace. HEX triplet: FA, CC and D9. RGB value is (250,204,217). Sum of RGB (Red+Green+Blue) = 250+204+217=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD9 is #053326. Grayscale: #DBDBDB. Windows color (decimal): -340775 or 14273786. OLE color: 14273786.

HSL color Cylindrical-coordinate representation of color #FACCD9: hue angle of 343.04º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACCD9 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 217 -
CMYK 0 0.18 0.13 0.02
HSL 343.04º 0.82% 0.89% -
HSV(B) 343.04º 0.18% 0.98% -
XYZ 73.54 68.52 75 -
YUV 219.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 250 204 217 0 0.18 0.13 0.02 343.04 0.82 0.89
Hex FA CC D9 0 12 D 2 157 52 59
Octal 372 314 331 0 22 15 2 527 122 131
Binary 11111010 11001100 11011001 0 10010 1101 10 101010111 1010010 1011001

Color Harmonies of #FACCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCD9

Black with #FACCD9

Text Example


Text Example

White with #FACCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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