Html Css Color HEX #FAC8D4 Pink Lace

📋 copy color: '#FAC8D4'

red 250 ◦ green 200 ◦ blue 212

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

Shades of Pink Lace #FAC8D4

Tints of Pink Lace #FAC8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.02%

R = 37.76%
G = 30.21%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAC8D4 (or 0xFAC8D4) is known color: Pink Lace. HEX triplet: FA, C8 and D4. RGB value is (250,200,212). Sum of RGB (Red+Green+Blue) = 250+200+212=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8D4 is #05372B. Grayscale: #D8D8D8. Windows color (decimal): -341804 or 13945082. OLE color: 13945082.

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

Color convert

RGB 250 200 212 -
CMYK 0 0.2 0.15 0.02
HSL 345.6º 0.83% 0.88% -
HSV(B) 345.6º 0.2% 0.98% -
XYZ 71.96 66.39 71.31 -
YUV 216.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 250 200 212 0 0.2 0.15 0.02 345.6 0.83 0.88
Hex FA C8 D4 0 14 F 2 15A 53 58
Octal 372 310 324 0 24 17 2 532 123 130
Binary 11111010 11001000 11010100 0 10100 1111 10 101011010 1010011 1011000

Color Harmonies of #FAC8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8D4

Black with #FAC8D4

Text Example


Text Example

White with #FAC8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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