Html Css Color HEX #FDE4D7 Provincial Pink

📋 copy color: '#FDE4D7'

red 253 ◦ green 228 ◦ blue 215

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

Shades of Provincial Pink #FDE4D7

Tints of Provincial Pink #FDE4D7

RGB

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

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

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

R = 36.35%
G = 32.76%
B = 30.89%

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

#FDE4D7 (or 0xFDE4D7) is known color: Provincial Pink. HEX triplet: FD, E4 and D7. RGB value is (253,228,215). Sum of RGB (Red+Green+Blue) = 253+228+215=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4D7 is #021B28. Grayscale: #EAEAEA. Windows color (decimal): -138025 or 14148861. OLE color: 14148861.

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

Color convert

RGB 253 228 215 -
CMYK 0 0.10 0.15 0.01
HSL 20.53º 0.9% 0.92% -
HSV(B) 20.53º 0.15% 0.99% -
XYZ 80.52 81.28 75.73 -
YUV 233.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 253 228 215 0 0.10 0.15 0.01 20.53 0.9 0.92
Hex FD E4 D7 0 A F 1 15 5A 5C
Octal 375 344 327 0 12 17 1 25 132 134
Binary 11111101 11100100 11010111 0 1010 1111 1 10101 1011010 1011100

Color Harmonies of #FDE4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4D7

Black with #FDE4D7

Text Example


Text Example

White with #FDE4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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