Html Css Color HEX #FAC5D2 Pink Lace

📋 copy color: '#FAC5D2'

red 250 ◦ green 197 ◦ blue 210

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

Shades of Pink Lace #FAC5D2

Tints of Pink Lace #FAC5D2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.98%

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

R = 38.05%
G = 29.98%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAC5D2 (or 0xFAC5D2) is known color: Pink Lace. HEX triplet: FA, C5 and D2. RGB value is (250,197,210). Sum of RGB (Red+Green+Blue) = 250+197+210=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D2 is #053A2D. Grayscale: #D6D6D6. Windows color (decimal): -342574 or 13813242. OLE color: 13813242.

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

Color convert

RGB 250 197 210 -
CMYK 0 0.21 0.16 0.02
HSL 345.28º 0.84% 0.88% -
HSV(B) 345.28º 0.21% 0.98% -
XYZ 71.02 64.91 69.76 -
YUV 214.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 250 197 210 0 0.21 0.16 0.02 345.28 0.84 0.88
Hex FA C5 D2 0 15 10 2 159 54 58
Octal 372 305 322 0 25 20 2 531 124 130
Binary 11111010 11000101 11010010 0 10101 10000 10 101011001 1010100 1011000

Color Harmonies of #FAC5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5D2

Black with #FAC5D2

Text Example


Text Example

White with #FAC5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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