Html Css Color HEX #FAC9D2 Pink Lace

📋 copy color: '#FAC9D2'

red 250 ◦ green 201 ◦ blue 210

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

Shades of Pink Lace #FAC9D2

Tints of Pink Lace #FAC9D2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.41%

 BLUE value IS 210 (82.42% from 255) = 31.77%

R = 37.82%
G = 30.41%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAC9D2 (or 0xFAC9D2) is known color: Pink Lace. HEX triplet: FA, C9 and D2. RGB value is (250,201,210). Sum of RGB (Red+Green+Blue) = 250+201+210=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D2 is #05362D. Grayscale: #D8D8D8. Windows color (decimal): -341550 or 13814266. OLE color: 13814266.

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

Color convert

RGB 250 201 210 -
CMYK 0 0.20 0.16 0.02
HSL 348.98º 0.83% 0.88% -
HSV(B) 348.98º 0.2% 0.98% -
XYZ 71.94 66.75 70.07 -
YUV 216.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 250 201 210 0 0.20 0.16 0.02 348.98 0.83 0.88
Hex FA C9 D2 0 14 10 2 15D 53 58
Octal 372 311 322 0 24 20 2 535 123 130
Binary 11111010 11001001 11010010 0 10100 10000 10 101011101 1010011 1011000

Color Harmonies of #FAC9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9D2

Black with #FAC9D2

Text Example


Text Example

White with #FAC9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9D2; }

 p { color: rgb(250,201,210); }

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

background-color css

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

 a { background-color: rgb(250,201,210); }

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

border-color css

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

 span { border-color: rgb(250,201,210); }

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