Html Css Color HEX #FDE2D8 Provincial Pink

📋 copy color: '#FDE2D8'

red 253 ◦ green 226 ◦ blue 216

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

Shades of Provincial Pink #FDE2D8

Tints of Provincial Pink #FDE2D8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.52%

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

R = 36.4%
G = 32.52%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDE2D8 (or 0xFDE2D8) is known color: Provincial Pink. HEX triplet: FD, E2 and D8. RGB value is (253,226,216). Sum of RGB (Red+Green+Blue) = 253+226+216=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2D8 is #021D27. Grayscale: #E9E9E9. Windows color (decimal): -138536 or 14213885. OLE color: 14213885.

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

Color convert

RGB 253 226 216 -
CMYK 0 0.11 0.15 0.01
HSL 16.22º 0.9% 0.92% -
HSV(B) 16.22º 0.15% 0.99% -
XYZ 80.1 80.23 76.23 -
YUV 232.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 253 226 216 0 0.11 0.15 0.01 16.22 0.9 0.92
Hex FD E2 D8 0 B F 1 10 5A 5C
Octal 375 342 330 0 13 17 1 20 132 134
Binary 11111101 11100010 11011000 0 1011 1111 1 10000 1011010 1011100

Color Harmonies of #FDE2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2D8

Black with #FDE2D8

Text Example


Text Example

White with #FDE2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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