Html Css Color HEX #F6E2DA Provincial Pink

📋 copy color: '#F6E2DA'

red 246 ◦ green 226 ◦ blue 218

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

Shades of Provincial Pink #F6E2DA

Tints of Provincial Pink #F6E2DA

RGB

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

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

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

R = 35.65%
G = 32.75%
B = 31.59%

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

#F6E2DA (or 0xF6E2DA) is known color: Provincial Pink. HEX triplet: F6, E2 and DA. RGB value is (246,226,218). Sum of RGB (Red+Green+Blue) = 246+226+218=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2DA is #091D25. Grayscale: #E7E7E7. Windows color (decimal): -597286 or 14344950. OLE color: 14344950.

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

Color convert

RGB 246 226 218 -
CMYK 0 0.08 0.11 0.04
HSL 17.14º 0.61% 0.91% -
HSV(B) 17.14º 0.11% 0.96% -
XYZ 77.86 79.05 77.48 -
YUV 231.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 246 226 218 0 0.08 0.11 0.04 17.14 0.61 0.91
Hex F6 E2 DA 0 8 B 4 11 3D 5B
Octal 366 342 332 0 10 13 4 21 75 133
Binary 11110110 11100010 11011010 0 1000 1011 100 10001 111101 1011011

Color Harmonies of #F6E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E2DA

Black with #F6E2DA

Text Example


Text Example

White with #F6E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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