Html Css Color HEX #FACDD7 Pink Lace

📋 copy color: '#FACDD7'

red 250 ◦ green 205 ◦ blue 215

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

Shades of Pink Lace #FACDD7

Tints of Pink Lace #FACDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.6%

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

R = 37.31%
G = 30.6%
B = 32.09%

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

#FACDD7 (or 0xFACDD7) is known color: Pink Lace. HEX triplet: FA, CD and D7. RGB value is (250,205,215). Sum of RGB (Red+Green+Blue) = 250+205+215=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD7 is #053228. Grayscale: #DBDBDB. Windows color (decimal): -340521 or 14142970. OLE color: 14142970.

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

Color convert

RGB 250 205 215 -
CMYK 0 0.18 0.14 0.02
HSL 346.67º 0.82% 0.89% -
HSV(B) 346.67º 0.18% 0.98% -
XYZ 73.52 68.89 73.71 -
YUV 219.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 250 205 215 0 0.18 0.14 0.02 346.67 0.82 0.89
Hex FA CD D7 0 12 E 2 15B 52 59
Octal 372 315 327 0 22 16 2 533 122 131
Binary 11111010 11001101 11010111 0 10010 1110 10 101011011 1010010 1011001

Color Harmonies of #FACDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDD7

Black with #FACDD7

Text Example


Text Example

White with #FACDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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