Html Css Color HEX #F6E3DA Provincial Pink

📋 copy color: '#F6E3DA'

red 246 ◦ green 227 ◦ blue 218

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

Shades of Provincial Pink #F6E3DA

Tints of Provincial Pink #F6E3DA

RGB

 RED value IS 246 (96.48% from 255) = 35.6%

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

 BLUE value IS 218 (85.55% from 255) = 31.55%

R = 35.6%
G = 32.85%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6E3DA (or 0xF6E3DA) is known color: Provincial Pink. HEX triplet: F6, E3 and DA. RGB value is (246,227,218). Sum of RGB (Red+Green+Blue) = 246+227+218=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3DA is #091C25. Grayscale: #E7E7E7. Windows color (decimal): -597030 or 14345206. OLE color: 14345206.

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

Color convert

RGB 246 227 218 -
CMYK 0 0.08 0.11 0.04
HSL 19.29º 0.61% 0.91% -
HSV(B) 19.29º 0.11% 0.96% -
XYZ 78.13 79.59 77.57 -
YUV 231.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 246 227 218 0 0.08 0.11 0.04 19.29 0.61 0.91
Hex F6 E3 DA 0 8 B 4 13 3D 5B
Octal 366 343 332 0 10 13 4 23 75 133
Binary 11110110 11100011 11011010 0 1000 1011 100 10011 111101 1011011

Color Harmonies of #F6E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E3DA

Black with #F6E3DA

Text Example


Text Example

White with #F6E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E3DA; }

 p { color: rgb(246,227,218); }

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

background-color css

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

 a { background-color: rgb(246,227,218); }

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

border-color css

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

 span { border-color: rgb(246,227,218); }

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