Html Css Color HEX #FACCD7 Pink Lace

📋 copy color: '#FACCD7'

red 250 ◦ green 204 ◦ blue 215

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

Shades of Pink Lace #FACCD7

Tints of Pink Lace #FACCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.14%

R = 37.37%
G = 30.49%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FACCD7 (or 0xFACCD7) is known color: Pink Lace. HEX triplet: FA, CC and D7. RGB value is (250,204,215). Sum of RGB (Red+Green+Blue) = 250+204+215=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD7 is #053328. Grayscale: #DBDBDB. Windows color (decimal): -340777 or 14142714. OLE color: 14142714.

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

Color convert

RGB 250 204 215 -
CMYK 0 0.18 0.14 0.02
HSL 345.65º 0.82% 0.89% -
HSV(B) 345.65º 0.18% 0.98% -
XYZ 73.28 68.42 73.63 -
YUV 219.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 250 204 215 0 0.18 0.14 0.02 345.65 0.82 0.89
Hex FA CC D7 0 12 E 2 15A 52 59
Octal 372 314 327 0 22 16 2 532 122 131
Binary 11111010 11001100 11010111 0 10010 1110 10 101011010 1010010 1011001

Color Harmonies of #FACCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCD7

Black with #FACCD7

Text Example


Text Example

White with #FACCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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