Html Css Color HEX #FACCD4 Pink Lace

📋 copy color: '#FACCD4'

red 250 ◦ green 204 ◦ blue 212

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

Shades of Pink Lace #FACCD4

Tints of Pink Lace #FACCD4

RGB

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

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

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

R = 37.54%
G = 30.63%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FACCD4 (or 0xFACCD4) is known color: Pink Lace. HEX triplet: FA, CC and D4. RGB value is (250,204,212). Sum of RGB (Red+Green+Blue) = 250+204+212=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD4 is #05332B. Grayscale: #DADADA. Windows color (decimal): -340780 or 13946106. OLE color: 13946106.

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

Color convert

RGB 250 204 212 -
CMYK 0 0.18 0.15 0.02
HSL 349.57º 0.82% 0.89% -
HSV(B) 349.57º 0.18% 0.98% -
XYZ 72.9 68.26 71.62 -
YUV 218.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 250 204 212 0 0.18 0.15 0.02 349.57 0.82 0.89
Hex FA CC D4 0 12 F 2 15E 52 59
Octal 372 314 324 0 22 17 2 536 122 131
Binary 11111010 11001100 11010100 0 10010 1111 10 101011110 1010010 1011001

Color Harmonies of #FACCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCD4

Black with #FACCD4

Text Example


Text Example

White with #FACCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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