Html Css Color HEX #FDE4D6 Provincial Pink

📋 copy color: '#FDE4D6'

red 253 ◦ green 228 ◦ blue 214

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

Shades of Provincial Pink #FDE4D6

Tints of Provincial Pink #FDE4D6

RGB

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

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

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

R = 36.4%
G = 32.81%
B = 30.79%

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

#FDE4D6 (or 0xFDE4D6) is known color: Provincial Pink. HEX triplet: FD, E4 and D6. RGB value is (253,228,214). Sum of RGB (Red+Green+Blue) = 253+228+214=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 214 (83.98% from 255 or 30.79% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4D6 is #021B29. Grayscale: #E9E9E9. Windows color (decimal): -138026 or 14083325. OLE color: 14083325.

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

Color convert

RGB 253 228 214 -
CMYK 0 0.10 0.15 0.01
HSL 21.54º 0.91% 0.92% -
HSV(B) 21.54º 0.15% 0.99% -
XYZ 80.39 81.22 75.06 -
YUV 233.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 253 228 214 0 0.10 0.15 0.01 21.54 0.91 0.92
Hex FD E4 D6 0 A F 1 16 5B 5C
Octal 375 344 326 0 12 17 1 26 133 134
Binary 11111101 11100100 11010110 0 1010 1111 1 10110 1011011 1011100

Color Harmonies of #FDE4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4D6

Black with #FDE4D6

Text Example


Text Example

White with #FDE4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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