Html Css Color HEX #FACFDD Pink Lace

📋 copy color: '#FACFDD'

red 250 ◦ green 207 ◦ blue 221

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

Shades of Pink Lace #FACFDD

Tints of Pink Lace #FACFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.6%

R = 36.87%
G = 30.53%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FACFDD (or 0xFACFDD) is known color: Pink Lace. HEX triplet: FA, CF and DD. RGB value is (250,207,221). Sum of RGB (Red+Green+Blue) = 250+207+221=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFDD is #053022. Grayscale: #DDDDDD. Windows color (decimal): -340003 or 14536698. OLE color: 14536698.

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

Color convert

RGB 250 207 221 -
CMYK 0 0.17 0.12 0.02
HSL 340.47º 0.81% 0.9% -
HSV(B) 340.47º 0.17% 0.98% -
XYZ 74.79 70.17 78.01 -
YUV 221.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 250 207 221 0 0.17 0.12 0.02 340.47 0.81 0.9
Hex FA CF DD 0 11 C 2 154 51 5A
Octal 372 317 335 0 21 14 2 524 121 132
Binary 11111010 11001111 11011101 0 10001 1100 10 101010100 1010001 1011010

Color Harmonies of #FACFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFDD

Black with #FACFDD

Text Example


Text Example

White with #FACFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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