Html Css Color HEX #FAC7D7 Pink Lace

📋 copy color: '#FAC7D7'

red 250 ◦ green 199 ◦ blue 215

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

Shades of Pink Lace #FAC7D7

Tints of Pink Lace #FAC7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.38%

R = 37.65%
G = 29.97%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAC7D7 (or 0xFAC7D7) is known color: Pink Lace. HEX triplet: FA, C7 and D7. RGB value is (250,199,215). Sum of RGB (Red+Green+Blue) = 250+199+215=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7D7 is #053828. Grayscale: #D8D8D8. Windows color (decimal): -342057 or 14141434. OLE color: 14141434.

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

Color convert

RGB 250 199 215 -
CMYK 0 0.20 0.14 0.02
HSL 341.18º 0.84% 0.88% -
HSV(B) 341.18º 0.2% 0.98% -
XYZ 72.11 66.08 73.24 -
YUV 216.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 250 199 215 0 0.20 0.14 0.02 341.18 0.84 0.88
Hex FA C7 D7 0 14 E 2 155 54 58
Octal 372 307 327 0 24 16 2 525 124 130
Binary 11111010 11000111 11010111 0 10100 1110 10 101010101 1010100 1011000

Color Harmonies of #FAC7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7D7

Black with #FAC7D7

Text Example


Text Example

White with #FAC7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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