Html Css Color HEX #FACCD6 Pink Lace

📋 copy color: '#FACCD6'

red 250 ◦ green 204 ◦ blue 214

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

Shades of Pink Lace #FACCD6

Tints of Pink Lace #FACCD6

RGB

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

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

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

R = 37.43%
G = 30.54%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FACCD6 (or 0xFACCD6) is known color: Pink Lace. HEX triplet: FA, CC and D6. RGB value is (250,204,214). Sum of RGB (Red+Green+Blue) = 250+204+214=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD6 is #053329. Grayscale: #DADADA. Windows color (decimal): -340778 or 14077178. OLE color: 14077178.

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

Color convert

RGB 250 204 214 -
CMYK 0 0.18 0.14 0.02
HSL 346.96º 0.82% 0.89% -
HSV(B) 346.96º 0.18% 0.98% -
XYZ 73.15 68.36 72.96 -
YUV 218.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 250 204 214 0 0.18 0.14 0.02 346.96 0.82 0.89
Hex FA CC D6 0 12 E 2 15B 52 59
Octal 372 314 326 0 22 16 2 533 122 131
Binary 11111010 11001100 11010110 0 10010 1110 10 101011011 1010010 1011001

Color Harmonies of #FACCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCD6

Black with #FACCD6

Text Example


Text Example

White with #FACCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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