Html Css Color HEX #F8E6CF Blanched Almond

📋 copy color: '#F8E6CF'

red 248 ◦ green 230 ◦ blue 207

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

Shades of Blanched Almond #F8E6CF

Tints of Blanched Almond #F8E6CF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.58%

 BLUE value IS 207 (81.25% from 255) = 30.22%

R = 36.2%
G = 33.58%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8E6CF (or 0xF8E6CF) is known color: Blanched Almond. HEX triplet: F8, E6 and CF. RGB value is (248,230,207). Sum of RGB (Red+Green+Blue) = 248+230+207=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E6CF is #071930. Grayscale: #E8E8E8. Windows color (decimal): -465201 or 13625080. OLE color: 13625080.

HSL color Cylindrical-coordinate representation of color #F8E6CF: hue angle of 33.66º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8E6CF is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 230 207 -
CMYK 0 0.07 0.17 0.03
HSL 33.66º 0.75% 0.89% -
HSV(B) 33.66º 0.17% 0.97% -
XYZ 78.27 81.06 70.55 -
YUV 232.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 248 230 207 0 0.07 0.17 0.03 33.66 0.75 0.89
Hex F8 E6 CF 0 7 11 3 22 4B 59
Octal 370 346 317 0 7 21 3 42 113 131
Binary 11111000 11100110 11001111 0 111 10001 11 100010 1001011 1011001

Color Harmonies of #F8E6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E6CF

Black with #F8E6CF

Text Example


Text Example

White with #F8E6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E6CF; }

 p { color: rgb(248,230,207); }

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

background-color css

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

 a { background-color: rgb(248,230,207); }

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

border-color css

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

 span { border-color: rgb(248,230,207); }

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