Html Css Color HEX #FFE5D6 Provincial Pink

📋 copy color: '#FFE5D6'

red 255 ◦ green 229 ◦ blue 214

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

Shades of Provincial Pink #FFE5D6

Tints of Provincial Pink #FFE5D6

RGB

 RED value IS 255 (100% from 255) = 36.53%

 GREEN value IS 229 (89.84% from 255) = 32.81%

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

R = 36.53%
G = 32.81%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFE5D6 (or 0xFFE5D6) is known color: Provincial Pink. HEX triplet: FF, E5 and D6. RGB value is (255,229,214). Sum of RGB (Red+Green+Blue) = 255+229+214=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 214 (83.98% from 255 or 30.66% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5D6 is #001A29. Grayscale: #EBEBEB. Windows color (decimal): -6698 or 14083583. OLE color: 14083583.

HSL color Cylindrical-coordinate representation of color #FFE5D6: hue angle of 21.95º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFE5D6 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 229 214 -
CMYK 0 0.10 0.16 0
HSL 21.95º 1% 0.92% -
HSV(B) 21.95º 0.16% 1% -
XYZ 81.4 82.15 75.19 -
YUV 235.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 255 229 214 0 0.10 0.16 0 21.95 1 0.92
Hex FF E5 D6 0 A 10 0 16 64 5C
Octal 377 345 326 0 12 20 0 26 144 134
Binary 11111111 11100101 11010110 0 1010 10000 0 10110 1100100 1011100

Color Harmonies of #FFE5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5D6

Black with #FFE5D6

Text Example


Text Example

White with #FFE5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5D6; }

 p { color: rgb(255,229,214); }

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

background-color css

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

 a { background-color: rgb(255,229,214); }

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

border-color css

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

 span { border-color: rgb(255,229,214); }

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