Html Css Color HEX #FAF8BE Cumulus

📋 copy color: '#FAF8BE'

red 250 ◦ green 248 ◦ blue 190

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

Shades of Cumulus #FAF8BE

Tints of Cumulus #FAF8BE

RGB

 RED value IS 250 (98.05% from 255) = 36.34%

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

 BLUE value IS 190 (74.61% from 255) = 27.62%

R = 36.34%
G = 36.05%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAF8BE (or 0xFAF8BE) is known color: Cumulus. HEX triplet: FA, F8 and BE. RGB value is (250,248,190). Sum of RGB (Red+Green+Blue) = 250+248+190=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 190 (74.61% from 255 or 27.62% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8BE is #050741. Grayscale: #F2F2F2. Windows color (decimal): -329538 or 12515578. OLE color: 12515578.

HSL color Cylindrical-coordinate representation of color #FAF8BE: hue angle of 58º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAF8BE is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 190 -
CMYK 0 0.01 0.24 0.02
HSL 58º 0.86% 0.86% -
HSV(B) 58º 0.24% 0.98% -
XYZ 82.29 91.18 61.98 -
YUV 241.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 250 248 190 0 0.01 0.24 0.02 58 0.86 0.86
Hex FA F8 BE 0 1 18 2 3A 56 56
Octal 372 370 276 0 1 30 2 72 126 126
Binary 11111010 11111000 10111110 0 1 11000 10 111010 1010110 1010110

Color Harmonies of #FAF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8BE

Black with #FAF8BE

Text Example


Text Example

White with #FAF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8BE; }

 p { color: rgb(250,248,190); }

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

background-color css

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

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

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

border-color css

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

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

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