Html Css Color HEX #FACCDA Pink Lace

📋 copy color: '#FACCDA'

red 250 ◦ green 204 ◦ blue 218

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

Shades of Pink Lace #FACCDA

Tints of Pink Lace #FACCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.44%

R = 37.2%
G = 30.36%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FACCDA (or 0xFACCDA) is known color: Pink Lace. HEX triplet: FA, CC and DA. RGB value is (250,204,218). Sum of RGB (Red+Green+Blue) = 250+204+218=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDA is #053325. Grayscale: #DBDBDB. Windows color (decimal): -340774 or 14339322. OLE color: 14339322.

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

Color convert

RGB 250 204 218 -
CMYK 0 0.18 0.13 0.02
HSL 341.74º 0.82% 0.89% -
HSV(B) 341.74º 0.18% 0.98% -
XYZ 73.67 68.57 75.68 -
YUV 219.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 250 204 218 0 0.18 0.13 0.02 341.74 0.82 0.89
Hex FA CC DA 0 12 D 2 156 52 59
Octal 372 314 332 0 22 15 2 526 122 131
Binary 11111010 11001100 11011010 0 10010 1101 10 101010110 1010010 1011001

Color Harmonies of #FACCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCDA

Black with #FACCDA

Text Example


Text Example

White with #FACCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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