Html Css Color HEX #FADFD0 Provincial Pink

📋 copy color: '#FADFD0'

red 250 ◦ green 223 ◦ blue 208

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

Shades of Provincial Pink #FADFD0

Tints of Provincial Pink #FADFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.54%

R = 36.71%
G = 32.75%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FADFD0 (or 0xFADFD0) is known color: Provincial Pink. HEX triplet: FA, DF and D0. RGB value is (250,223,208). Sum of RGB (Red+Green+Blue) = 250+223+208=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD0 is #05202F. Grayscale: #E5E5E5. Windows color (decimal): -335920 or 13688826. OLE color: 13688826.

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

Color convert

RGB 250 223 208 -
CMYK 0 0.11 0.17 0.02
HSL 21.43º 0.81% 0.9% -
HSV(B) 21.43º 0.17% 0.98% -
XYZ 77.2 77.65 70.59 -
YUV 229.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 250 223 208 0 0.11 0.17 0.02 21.43 0.81 0.9
Hex FA DF D0 0 B 11 2 15 51 5A
Octal 372 337 320 0 13 21 2 25 121 132
Binary 11111010 11011111 11010000 0 1011 10001 10 10101 1010001 1011010

Color Harmonies of #FADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFD0

Black with #FADFD0

Text Example


Text Example

White with #FADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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