Html Css Color HEX #FFE2D7 Provincial Pink

📋 copy color: '#FFE2D7'

red 255 ◦ green 226 ◦ blue 215

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

Shades of Provincial Pink #FFE2D7

Tints of Provincial Pink #FFE2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 30.89%

R = 36.64%
G = 32.47%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFE2D7 (or 0xFFE2D7) is known color: Provincial Pink. HEX triplet: FF, E2 and D7. RGB value is (255,226,215). Sum of RGB (Red+Green+Blue) = 255+226+215=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D7 is #001D28. Grayscale: #E9E9E9. Windows color (decimal): -7465 or 14148351. OLE color: 14148351.

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

Color convert

RGB 255 226 215 -
CMYK 0 0.11 0.16 0
HSL 16.5º 1% 0.92% -
HSV(B) 16.5º 0.16% 1% -
XYZ 80.7 80.56 75.59 -
YUV 233.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 255 226 215 0 0.11 0.16 0 16.5 1 0.92
Hex FF E2 D7 0 B 10 0 10 64 5C
Octal 377 342 327 0 13 20 0 20 144 134
Binary 11111111 11100010 11010111 0 1011 10000 0 10000 1100100 1011100

Color Harmonies of #FFE2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2D7

Black with #FFE2D7

Text Example


Text Example

White with #FFE2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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