Html Css Color HEX #F6E2DC Bridesmaid

📋 copy color: '#F6E2DC'

red 246 ◦ green 226 ◦ blue 220

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

Shades of Bridesmaid #F6E2DC

Tints of Bridesmaid #F6E2DC

RGB

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

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

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

R = 35.55%
G = 32.66%
B = 31.79%

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

#F6E2DC (or 0xF6E2DC) is known color: Bridesmaid. HEX triplet: F6, E2 and DC. RGB value is (246,226,220). Sum of RGB (Red+Green+Blue) = 246+226+220=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2DC is #091D23. Grayscale: #E7E7E7. Windows color (decimal): -597284 or 14476022. OLE color: 14476022.

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

Color convert

RGB 246 226 220 -
CMYK 0 0.08 0.11 0.04
HSL 13.85º 0.59% 0.91% -
HSV(B) 13.85º 0.11% 0.96% -
XYZ 78.12 79.15 78.87 -
YUV 231.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 246 226 220 0 0.08 0.11 0.04 13.85 0.59 0.91
Hex F6 E2 DC 0 8 B 4 E 3B 5B
Octal 366 342 334 0 10 13 4 16 73 133
Binary 11110110 11100010 11011100 0 1000 1011 100 1110 111011 1011011

Color Harmonies of #F6E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E2DC

Black with #F6E2DC

Text Example


Text Example

White with #F6E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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