Html Css Color HEX #FACFDF Pig Pink

📋 copy color: '#FACFDF'

red 250 ◦ green 207 ◦ blue 223

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

Shades of Pig Pink #FACFDF

Tints of Pig Pink #FACFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.79%

R = 36.76%
G = 30.44%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FACFDF (or 0xFACFDF) is known color: Pig Pink. HEX triplet: FA, CF and DF. RGB value is (250,207,223). Sum of RGB (Red+Green+Blue) = 250+207+223=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFDF is #053020. Grayscale: #DDDDDD. Windows color (decimal): -340001 or 14667770. OLE color: 14667770.

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

Color convert

RGB 250 207 223 -
CMYK 0 0.17 0.11 0.02
HSL 337.67º 0.81% 0.9% -
HSV(B) 337.67º 0.17% 0.98% -
XYZ 75.06 70.28 79.42 -
YUV 221.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 250 207 223 0 0.17 0.11 0.02 337.67 0.81 0.9
Hex FA CF DF 0 11 B 2 152 51 5A
Octal 372 317 337 0 21 13 2 522 121 132
Binary 11111010 11001111 11011111 0 10001 1011 10 101010010 1010001 1011010

Color Harmonies of #FACFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFDF

Black with #FACFDF

Text Example


Text Example

White with #FACFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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