Html Css Color HEX #FDE3D7 Provincial Pink

📋 copy color: '#FDE3D7'

red 253 ◦ green 227 ◦ blue 215

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

Shades of Provincial Pink #FDE3D7

Tints of Provincial Pink #FDE3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 30.94%

R = 36.4%
G = 32.66%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDE3D7 (or 0xFDE3D7) is known color: Provincial Pink. HEX triplet: FD, E3 and D7. RGB value is (253,227,215). Sum of RGB (Red+Green+Blue) = 253+227+215=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3D7 is #021C28. Grayscale: #E9E9E9. Windows color (decimal): -138281 or 14148605. OLE color: 14148605.

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

Color convert

RGB 253 227 215 -
CMYK 0 0.10 0.15 0.01
HSL 18.95º 0.9% 0.92% -
HSV(B) 18.95º 0.15% 0.99% -
XYZ 80.24 80.73 75.64 -
YUV 233.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 253 227 215 0 0.10 0.15 0.01 18.95 0.9 0.92
Hex FD E3 D7 0 A F 1 13 5A 5C
Octal 375 343 327 0 12 17 1 23 132 134
Binary 11111101 11100011 11010111 0 1010 1111 1 10011 1011010 1011100

Color Harmonies of #FDE3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3D7

Black with #FDE3D7

Text Example


Text Example

White with #FDE3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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