Html Css Color HEX #FDE4D8 Provincial Pink

📋 copy color: '#FDE4D8'

red 253 ◦ green 228 ◦ blue 216

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

Shades of Provincial Pink #FDE4D8

Tints of Provincial Pink #FDE4D8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.71%

 BLUE value IS 216 (84.77% from 255) = 30.99%

R = 36.3%
G = 32.71%
B = 30.99%

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

#FDE4D8 (or 0xFDE4D8) is known color: Provincial Pink. HEX triplet: FD, E4 and D8. RGB value is (253,228,216). Sum of RGB (Red+Green+Blue) = 253+228+216=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4D8 is #021B27. Grayscale: #EAEAEA. Windows color (decimal): -138024 or 14214397. OLE color: 14214397.

HSL color Cylindrical-coordinate representation of color #FDE4D8: hue angle of 19.46º 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 #FDE4D8 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 216 -
CMYK 0 0.10 0.15 0.01
HSL 19.46º 0.9% 0.92% -
HSV(B) 19.46º 0.15% 0.99% -
XYZ 80.65 81.33 76.41 -
YUV 234.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 253 228 216 0 0.10 0.15 0.01 19.46 0.9 0.92
Hex FD E4 D8 0 A F 1 13 5A 5C
Octal 375 344 330 0 12 17 1 23 132 134
Binary 11111101 11100100 11011000 0 1010 1111 1 10011 1011010 1011100

Color Harmonies of #FDE4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4D8

Black with #FDE4D8

Text Example


Text Example

White with #FDE4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4D8; }

 p { color: rgb(253,228,216); }

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

background-color css

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

 a { background-color: rgb(253,228,216); }

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

border-color css

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

 span { border-color: rgb(253,228,216); }

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