Html Css Color HEX #F8E2DC Bridesmaid

📋 copy color: '#F8E2DC'

red 248 ◦ green 226 ◦ blue 220

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

Shades of Bridesmaid #F8E2DC

Tints of Bridesmaid #F8E2DC

RGB

 RED value IS 248 (97.27% from 255) = 35.73%

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

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

R = 35.73%
G = 32.56%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8E2DC (or 0xF8E2DC) is known color: Bridesmaid. HEX triplet: F8, E2 and DC. RGB value is (248,226,220). Sum of RGB (Red+Green+Blue) = 248+226+220=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2DC is #071D23. Grayscale: #E7E7E7. Windows color (decimal): -466212 or 14476024. OLE color: 14476024.

HSL color Cylindrical-coordinate representation of color #F8E2DC: hue angle of 12.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8E2DC is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 226 220 -
CMYK 0 0.09 0.11 0.03
HSL 12.86º 0.67% 0.92% -
HSV(B) 12.86º 0.11% 0.97% -
XYZ 78.83 79.52 78.9 -
YUV 231.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 248 226 220 0 0.09 0.11 0.03 12.86 0.67 0.92
Hex F8 E2 DC 0 9 B 3 D 43 5C
Octal 370 342 334 0 11 13 3 15 103 134
Binary 11111000 11100010 11011100 0 1001 1011 11 1101 1000011 1011100

Color Harmonies of #F8E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E2DC

Black with #F8E2DC

Text Example


Text Example

White with #F8E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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