Html Css Color HEX #F3E1DB Provincial Pink

📋 copy color: '#F3E1DB'

red 243 ◦ green 225 ◦ blue 219

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

Shades of Provincial Pink #F3E1DB

Tints of Provincial Pink #F3E1DB

RGB

 RED value IS 243 (95.31% from 255) = 35.37%

 GREEN value IS 225 (88.28% from 255) = 32.75%

 BLUE value IS 219 (85.94% from 255) = 31.88%

R = 35.37%
G = 32.75%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F3E1DB (or 0xF3E1DB) is known color: Provincial Pink. HEX triplet: F3, E1 and DB. RGB value is (243,225,219). Sum of RGB (Red+Green+Blue) = 243+225+219=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1DB is #0C1E24. Grayscale: #E5E5E5. Windows color (decimal): -794149 or 14410227. OLE color: 14410227.

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

Color convert

RGB 243 225 219 -
CMYK 0 0.07 0.10 0.05
HSL 15º 0.5% 0.91% -
HSV(B) 15º 0.1% 0.95% -
XYZ 76.67 78.02 78.04 -
YUV 229.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 243 225 219 0 0.07 0.10 0.05 15 0.5 0.91
Hex F3 E1 DB 0 7 A 5 F 32 5B
Octal 363 341 333 0 7 12 5 17 62 133
Binary 11110011 11100001 11011011 0 111 1010 101 1111 110010 1011011

Color Harmonies of #F3E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E1DB

Black with #F3E1DB

Text Example


Text Example

White with #F3E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E1DB; }

 p { color: rgb(243,225,219); }

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

background-color css

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

 a { background-color: rgb(243,225,219); }

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

border-color css

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

 span { border-color: rgb(243,225,219); }

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