Html Css Color HEX #FACFDA Pink Lace

📋 copy color: '#FACFDA'

red 250 ◦ green 207 ◦ blue 218

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

Shades of Pink Lace #FACFDA

Tints of Pink Lace #FACFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.67%

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

R = 37.04%
G = 30.67%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FACFDA (or 0xFACFDA) is known color: Pink Lace. HEX triplet: FA, CF and DA. RGB value is (250,207,218). Sum of RGB (Red+Green+Blue) = 250+207+218=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFDA is #053025. Grayscale: #DDDDDD. Windows color (decimal): -340006 or 14340090. OLE color: 14340090.

HSL color Cylindrical-coordinate representation of color #FACFDA: hue angle of 344.65º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFDA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 218 -
CMYK 0 0.17 0.13 0.02
HSL 344.65º 0.81% 0.9% -
HSV(B) 344.65º 0.17% 0.98% -
XYZ 74.39 70.01 75.92 -
YUV 221.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 250 207 218 0 0.17 0.13 0.02 344.65 0.81 0.9
Hex FA CF DA 0 11 D 2 159 51 5A
Octal 372 317 332 0 21 15 2 531 121 132
Binary 11111010 11001111 11011010 0 10001 1101 10 101011001 1010001 1011010

Color Harmonies of #FACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFDA

Black with #FACFDA

Text Example


Text Example

White with #FACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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