Html Css Color HEX #FDE2D6 Provincial Pink

📋 copy color: '#FDE2D6'

red 253 ◦ green 226 ◦ blue 214

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

Shades of Provincial Pink #FDE2D6

Tints of Provincial Pink #FDE2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.88%

R = 36.51%
G = 32.61%
B = 30.88%

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

#FDE2D6 (or 0xFDE2D6) is known color: Provincial Pink. HEX triplet: FD, E2 and D6. RGB value is (253,226,214). Sum of RGB (Red+Green+Blue) = 253+226+214=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 214 (83.98% from 255 or 30.88% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2D6 is #021D29. Grayscale: #E8E8E8. Windows color (decimal): -138538 or 14082813. OLE color: 14082813.

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

Color convert

RGB 253 226 214 -
CMYK 0 0.11 0.15 0.01
HSL 18.46º 0.91% 0.92% -
HSV(B) 18.46º 0.15% 0.99% -
XYZ 79.84 80.13 74.88 -
YUV 232.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 253 226 214 0 0.11 0.15 0.01 18.46 0.91 0.92
Hex FD E2 D6 0 B F 1 12 5B 5C
Octal 375 342 326 0 13 17 1 22 133 134
Binary 11111101 11100010 11010110 0 1011 1111 1 10010 1011011 1011100

Color Harmonies of #FDE2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2D6

Black with #FDE2D6

Text Example


Text Example

White with #FDE2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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