Html Css Color HEX #F8F8BA Cumulus

📋 copy color: '#F8F8BA'

red 248 ◦ green 248 ◦ blue 186

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

Shades of Cumulus #F8F8BA

Tints of Cumulus #F8F8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.36%

 BLUE value IS 186 (73.05% from 255) = 27.27%

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8F8BA (or 0xF8F8BA) is known color: Cumulus. HEX triplet: F8, F8 and BA. RGB value is (248,248,186). Sum of RGB (Red+Green+Blue) = 248+248+186=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F8BA is #070745. Grayscale: #F1F1F1. Windows color (decimal): -460614 or 12253432. OLE color: 12253432.

HSL color Cylindrical-coordinate representation of color #F8F8BA: hue angle of 60º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8F8BA is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 248 186 -
CMYK 0 0 0.25 0.03
HSL 60º 0.82% 0.85% -
HSV(B) 60º 0.25% 0.97% -
XYZ 81.14 90.64 59.67 -
YUV 240.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 248 248 186 0 0 0.25 0.03 60 0.82 0.85
Hex F8 F8 BA 0 0 19 3 3C 52 55
Octal 370 370 272 0 0 31 3 74 122 125
Binary 11111000 11111000 10111010 0 0 11001 11 111100 1010010 1010101

Color Harmonies of #F8F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F8BA

Black with #F8F8BA

Text Example


Text Example

White with #F8F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F8BA; }

 p { color: rgb(248,248,186); }

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

background-color css

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

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

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

border-color css

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

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

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