Html Css Color HEX #FAC5D7 Pink Lace

📋 copy color: '#FAC5D7'

red 250 ◦ green 197 ◦ blue 215

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

Shades of Pink Lace #FAC5D7

Tints of Pink Lace #FAC5D7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.76%

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

R = 37.76%
G = 29.76%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAC5D7 (or 0xFAC5D7) is known color: Pink Lace. HEX triplet: FA, C5 and D7. RGB value is (250,197,215). Sum of RGB (Red+Green+Blue) = 250+197+215=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D7 is #053A28. Grayscale: #D6D6D6. Windows color (decimal): -342569 or 14140922. OLE color: 14140922.

HSL color Cylindrical-coordinate representation of color #FAC5D7: hue angle of 339.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5D7 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 215 -
CMYK 0 0.21 0.14 0.02
HSL 339.62º 0.84% 0.88% -
HSV(B) 339.62º 0.21% 0.98% -
XYZ 71.66 65.16 73.09 -
YUV 214.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 250 197 215 0 0.21 0.14 0.02 339.62 0.84 0.88
Hex FA C5 D7 0 15 E 2 154 54 58
Octal 372 305 327 0 25 16 2 524 124 130
Binary 11111010 11000101 11010111 0 10101 1110 10 101010100 1010100 1011000

Color Harmonies of #FAC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5D7

Black with #FAC5D7

Text Example


Text Example

White with #FAC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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