Html Css Color HEX #FAC8D2 Pink Lace

📋 copy color: '#FAC8D2'

red 250 ◦ green 200 ◦ blue 210

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

Shades of Pink Lace #FAC8D2

Tints of Pink Lace #FAC8D2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.3%

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

R = 37.88%
G = 30.3%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAC8D2 (or 0xFAC8D2) is known color: Pink Lace. HEX triplet: FA, C8 and D2. RGB value is (250,200,210). Sum of RGB (Red+Green+Blue) = 250+200+210=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 210 (82.42% from 255 or 31.82% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8D2 is #05372D. Grayscale: #D8D8D8. Windows color (decimal): -341806 or 13814010. OLE color: 13814010.

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

Color convert

RGB 250 200 210 -
CMYK 0 0.2 0.16 0.02
HSL 348º 0.83% 0.88% -
HSV(B) 348º 0.2% 0.98% -
XYZ 71.71 66.29 69.99 -
YUV 216.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 250 200 210 0 0.2 0.16 0.02 348 0.83 0.88
Hex FA C8 D2 0 14 10 2 15C 53 58
Octal 372 310 322 0 24 20 2 534 123 130
Binary 11111010 11001000 11010010 0 10100 10000 10 101011100 1010011 1011000

Color Harmonies of #FAC8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8D2

Black with #FAC8D2

Text Example


Text Example

White with #FAC8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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