Html Css Color HEX #FACDD4 Pink Lace

📋 copy color: '#FACDD4'

red 250 ◦ green 205 ◦ blue 212

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

Shades of Pink Lace #FACDD4

Tints of Pink Lace #FACDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.78%

R = 37.48%
G = 30.73%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FACDD4 (or 0xFACDD4) is known color: Pink Lace. HEX triplet: FA, CD and D4. RGB value is (250,205,212). Sum of RGB (Red+Green+Blue) = 250+205+212=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD4 is #05322B. Grayscale: #DBDBDB. Windows color (decimal): -340524 or 13946362. OLE color: 13946362.

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

Color convert

RGB 250 205 212 -
CMYK 0 0.18 0.15 0.02
HSL 350.67º 0.82% 0.89% -
HSV(B) 350.67º 0.18% 0.98% -
XYZ 73.14 68.74 71.7 -
YUV 219.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 250 205 212 0 0.18 0.15 0.02 350.67 0.82 0.89
Hex FA CD D4 0 12 F 2 15F 52 59
Octal 372 315 324 0 22 17 2 537 122 131
Binary 11111010 11001101 11010100 0 10010 1111 10 101011111 1010010 1011001

Color Harmonies of #FACDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDD4

Black with #FACDD4

Text Example


Text Example

White with #FACDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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