Html Css Color HEX #FADFD1 Provincial Pink

📋 copy color: '#FADFD1'

red 250 ◦ green 223 ◦ blue 209

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

Shades of Provincial Pink #FADFD1

Tints of Provincial Pink #FADFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.7%

 BLUE value IS 209 (82.03% from 255) = 30.65%

R = 36.66%
G = 32.7%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FADFD1 (or 0xFADFD1) is known color: Provincial Pink. HEX triplet: FA, DF and D1. RGB value is (250,223,209). Sum of RGB (Red+Green+Blue) = 250+223+209=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD1 is #05202E. Grayscale: #E5E5E5. Windows color (decimal): -335919 or 13754362. OLE color: 13754362.

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

Color convert

RGB 250 223 209 -
CMYK 0 0.11 0.16 0.02
HSL 20.49º 0.8% 0.9% -
HSV(B) 20.49º 0.16% 0.98% -
XYZ 77.32 77.7 71.24 -
YUV 229.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 250 223 209 0 0.11 0.16 0.02 20.49 0.8 0.9
Hex FA DF D1 0 B 10 2 14 50 5A
Octal 372 337 321 0 13 20 2 24 120 132
Binary 11111010 11011111 11010001 0 1011 10000 10 10100 1010000 1011010

Color Harmonies of #FADFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFD1

Black with #FADFD1

Text Example


Text Example

White with #FADFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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