Html Css Color HEX #FACAD3 Pink Lace

📋 copy color: '#FACAD3'

red 250 ◦ green 202 ◦ blue 211

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

Shades of Pink Lace #FACAD3

Tints of Pink Lace #FACAD3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.47%

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

R = 37.71%
G = 30.47%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FACAD3 (or 0xFACAD3) is known color: Pink Lace. HEX triplet: FA, CA and D3. RGB value is (250,202,211). Sum of RGB (Red+Green+Blue) = 250+202+211=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAD3 is #05352C. Grayscale: #D9D9D9. Windows color (decimal): -341293 or 13880058. OLE color: 13880058.

HSL color Cylindrical-coordinate representation of color #FACAD3: hue angle of 348.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACAD3 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 211 -
CMYK 0 0.19 0.16 0.02
HSL 348.75º 0.83% 0.89% -
HSV(B) 348.75º 0.19% 0.98% -
XYZ 72.3 67.27 70.8 -
YUV 217.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 250 202 211 0 0.19 0.16 0.02 348.75 0.83 0.89
Hex FA CA D3 0 13 10 2 15D 53 59
Octal 372 312 323 0 23 20 2 535 123 131
Binary 11111010 11001010 11010011 0 10011 10000 10 101011101 1010011 1011001

Color Harmonies of #FACAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAD3

Black with #FACAD3

Text Example


Text Example

White with #FACAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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