Html Css Color HEX #FDE3D5 Provincial Pink

📋 copy color: '#FDE3D5'

red 253 ◦ green 227 ◦ blue 213

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

Shades of Provincial Pink #FDE3D5

Tints of Provincial Pink #FDE3D5

RGB

 RED value IS 253 (99.22% from 255) = 36.51%

 GREEN value IS 227 (89.06% from 255) = 32.76%

 BLUE value IS 213 (83.59% from 255) = 30.74%

R = 36.51%
G = 32.76%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDE3D5 (or 0xFDE3D5) is known color: Provincial Pink. HEX triplet: FD, E3 and D5. RGB value is (253,227,213). Sum of RGB (Red+Green+Blue) = 253+227+213=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 213 (83.59% from 255 or 30.74% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3D5 is #021C2A. Grayscale: #E9E9E9. Windows color (decimal): -138283 or 14017533. OLE color: 14017533.

HSL color Cylindrical-coordinate representation of color #FDE3D5: hue angle of 21º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDE3D5 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 213 -
CMYK 0 0.10 0.16 0.01
HSL 21º 0.91% 0.91% -
HSV(B) 21º 0.16% 0.99% -
XYZ 79.99 80.62 74.3 -
YUV 233.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 253 227 213 0 0.10 0.16 0.01 21 0.91 0.91
Hex FD E3 D5 0 A 10 1 15 5B 5B
Octal 375 343 325 0 12 20 1 25 133 133
Binary 11111101 11100011 11010101 0 1010 10000 1 10101 1011011 1011011

Color Harmonies of #FDE3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3D5

Black with #FDE3D5

Text Example


Text Example

White with #FDE3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3D5; }

 p { color: rgb(253,227,213); }

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

background-color css

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

 a { background-color: rgb(253,227,213); }

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

border-color css

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

 span { border-color: rgb(253,227,213); }

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