Html Css Color HEX #FFE2D3 Provincial Pink

📋 copy color: '#FFE2D3'

red 255 ◦ green 226 ◦ blue 211

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

Shades of Provincial Pink #FFE2D3

Tints of Provincial Pink #FFE2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.49%

R = 36.85%
G = 32.66%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFE2D3 (or 0xFFE2D3) is known color: Provincial Pink. HEX triplet: FF, E2 and D3. RGB value is (255,226,211). Sum of RGB (Red+Green+Blue) = 255+226+211=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 211 (82.81% from 255 or 30.49% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D3 is #001D2C. Grayscale: #E9E9E9. Windows color (decimal): -7469 or 13886207. OLE color: 13886207.

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

Color convert

RGB 255 226 211 -
CMYK 0 0.11 0.17 0
HSL 20.45º 1% 0.91% -
HSV(B) 20.45º 0.17% 1% -
XYZ 80.19 80.36 72.91 -
YUV 232.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 255 226 211 0 0.11 0.17 0 20.45 1 0.91
Hex FF E2 D3 0 B 11 0 14 64 5B
Octal 377 342 323 0 13 21 0 24 144 133
Binary 11111111 11100010 11010011 0 1011 10001 0 10100 1100100 1011011

Color Harmonies of #FFE2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2D3

Black with #FFE2D3

Text Example


Text Example

White with #FFE2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2D3; }

 p { color: rgb(255,226,211); }

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

background-color css

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

 a { background-color: rgb(255,226,211); }

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

border-color css

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

 span { border-color: rgb(255,226,211); }

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