Html Css Color HEX #FACCD3 Pink Lace

📋 copy color: '#FACCD3'

red 250 ◦ green 204 ◦ blue 211

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

Shades of Pink Lace #FACCD3

Tints of Pink Lace #FACCD3

RGB

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

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

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

R = 37.59%
G = 30.68%
B = 31.73%

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

#FACCD3 (or 0xFACCD3) is known color: Pink Lace. HEX triplet: FA, CC and D3. RGB value is (250,204,211). Sum of RGB (Red+Green+Blue) = 250+204+211=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD3 is #05332C. Grayscale: #DADADA. Windows color (decimal): -340781 or 13880570. OLE color: 13880570.

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

Color convert

RGB 250 204 211 -
CMYK 0 0.18 0.16 0.02
HSL 350.87º 0.82% 0.89% -
HSV(B) 350.87º 0.18% 0.98% -
XYZ 72.78 68.21 70.96 -
YUV 218.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 250 204 211 0 0.18 0.16 0.02 350.87 0.82 0.89
Hex FA CC D3 0 12 10 2 15F 52 59
Octal 372 314 323 0 22 20 2 537 122 131
Binary 11111010 11001100 11010011 0 10010 10000 10 101011111 1010010 1011001

Color Harmonies of #FACCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCD3

Black with #FACCD3

Text Example


Text Example

White with #FACCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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