Html Css Color HEX #FACDD3 Pink Lace

📋 copy color: '#FACDD3'

red 250 ◦ green 205 ◦ blue 211

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

Shades of Pink Lace #FACDD3

Tints of Pink Lace #FACDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.68%

R = 37.54%
G = 30.78%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FACDD3 (or 0xFACDD3) is known color: Pink Lace. HEX triplet: FA, CD and D3. RGB value is (250,205,211). Sum of RGB (Red+Green+Blue) = 250+205+211=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD3 is #05322C. Grayscale: #DBDBDB. Windows color (decimal): -340525 or 13880826. OLE color: 13880826.

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

Color convert

RGB 250 205 211 -
CMYK 0 0.18 0.16 0.02
HSL 352º 0.82% 0.89% -
HSV(B) 352º 0.18% 0.98% -
XYZ 73.01 68.69 71.04 -
YUV 219.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 250 205 211 0 0.18 0.16 0.02 352 0.82 0.89
Hex FA CD D3 0 12 10 2 160 52 59
Octal 372 315 323 0 22 20 2 540 122 131
Binary 11111010 11001101 11010011 0 10010 10000 10 101100000 1010010 1011001

Color Harmonies of #FACDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDD3

Black with #FACDD3

Text Example


Text Example

White with #FACDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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