Html Css Color HEX #FAC7D2 Pink Lace

📋 copy color: '#FAC7D2'

red 250 ◦ green 199 ◦ blue 210

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

Shades of Pink Lace #FAC7D2

Tints of Pink Lace #FAC7D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.87%

R = 37.94%
G = 30.2%
B = 31.87%

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

#FAC7D2 (or 0xFAC7D2) is known color: Pink Lace. HEX triplet: FA, C7 and D2. RGB value is (250,199,210). Sum of RGB (Red+Green+Blue) = 250+199+210=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7D2 is #05382D. Grayscale: #D7D7D7. Windows color (decimal): -342062 or 13813754. OLE color: 13813754.

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

Color convert

RGB 250 199 210 -
CMYK 0 0.20 0.16 0.02
HSL 347.06º 0.84% 0.88% -
HSV(B) 347.06º 0.2% 0.98% -
XYZ 71.48 65.82 69.91 -
YUV 215.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 250 199 210 0 0.20 0.16 0.02 347.06 0.84 0.88
Hex FA C7 D2 0 14 10 2 15B 54 58
Octal 372 307 322 0 24 20 2 533 124 130
Binary 11111010 11000111 11010010 0 10100 10000 10 101011011 1010100 1011000

Color Harmonies of #FAC7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7D2

Black with #FAC7D2

Text Example


Text Example

White with #FAC7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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