Html Css Color HEX #FAC5D6 Pink Lace

📋 copy color: '#FAC5D6'

red 250 ◦ green 197 ◦ blue 214

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

Shades of Pink Lace #FAC5D6

Tints of Pink Lace #FAC5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.38%

R = 37.82%
G = 29.8%
B = 32.38%

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

#FAC5D6 (or 0xFAC5D6) is known color: Pink Lace. HEX triplet: FA, C5 and D6. RGB value is (250,197,214). Sum of RGB (Red+Green+Blue) = 250+197+214=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D6 is #053A29. Grayscale: #D6D6D6. Windows color (decimal): -342570 or 14075386. OLE color: 14075386.

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

Color convert

RGB 250 197 214 -
CMYK 0 0.21 0.14 0.02
HSL 340.75º 0.84% 0.88% -
HSV(B) 340.75º 0.21% 0.98% -
XYZ 71.53 65.11 72.42 -
YUV 214.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 250 197 214 0 0.21 0.14 0.02 340.75 0.84 0.88
Hex FA C5 D6 0 15 E 2 155 54 58
Octal 372 305 326 0 25 16 2 525 124 130
Binary 11111010 11000101 11010110 0 10101 1110 10 101010101 1010100 1011000

Color Harmonies of #FAC5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5D6

Black with #FAC5D6

Text Example


Text Example

White with #FAC5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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