Html Css Color HEX #F5E3DC Provincial Pink

📋 copy color: '#F5E3DC'

red 245 ◦ green 227 ◦ blue 220

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

Shades of Provincial Pink #F5E3DC

Tints of Provincial Pink #F5E3DC

RGB

 RED value IS 245 (96.09% from 255) = 35.4%

 GREEN value IS 227 (89.06% from 255) = 32.8%

 BLUE value IS 220 (86.33% from 255) = 31.79%

R = 35.4%
G = 32.8%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5E3DC (or 0xF5E3DC) is known color: Provincial Pink. HEX triplet: F5, E3 and DC. RGB value is (245,227,220). Sum of RGB (Red+Green+Blue) = 245+227+220=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E3DC is #0A1C23. Grayscale: #E7E7E7. Windows color (decimal): -662564 or 14476277. OLE color: 14476277.

HSL color Cylindrical-coordinate representation of color #F5E3DC: hue angle of 16.8º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5E3DC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 220 -
CMYK 0 0.07 0.10 0.04
HSL 16.8º 0.56% 0.91% -
HSV(B) 16.8º 0.1% 0.96% -
XYZ 78.04 79.52 78.95 -
YUV 231.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 245 227 220 0 0.07 0.10 0.04 16.8 0.56 0.91
Hex F5 E3 DC 0 7 A 4 11 38 5B
Octal 365 343 334 0 7 12 4 21 70 133
Binary 11110101 11100011 11011100 0 111 1010 100 10001 111000 1011011

Color Harmonies of #F5E3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E3DC

Black with #F5E3DC

Text Example


Text Example

White with #F5E3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E3DC; }

 p { color: rgb(245,227,220); }

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

background-color css

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

 a { background-color: rgb(245,227,220); }

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

border-color css

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

 span { border-color: rgb(245,227,220); }

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