Html Css Color HEX #FAF7BE Cumulus

📋 copy color: '#FAF7BE'

red 250 ◦ green 247 ◦ blue 190

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

Shades of Cumulus #FAF7BE

Tints of Cumulus #FAF7BE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.95%

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

R = 36.39%
G = 35.95%
B = 27.66%

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

#FAF7BE (or 0xFAF7BE) is known color: Cumulus. HEX triplet: FA, F7 and BE. RGB value is (250,247,190). Sum of RGB (Red+Green+Blue) = 250+247+190=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 190 (74.61% from 255 or 27.66% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7BE is #050841. Grayscale: #F1F1F1. Windows color (decimal): -329794 or 12515322. OLE color: 12515322.

HSL color Cylindrical-coordinate representation of color #FAF7BE: hue angle of 57º 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 #FAF7BE is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 190 -
CMYK 0 0.01 0.24 0.02
HSL 57º 0.86% 0.86% -
HSV(B) 57º 0.24% 0.98% -
XYZ 81.98 90.56 61.87 -
YUV 241.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 250 247 190 0 0.01 0.24 0.02 57 0.86 0.86
Hex FA F7 BE 0 1 18 2 39 56 56
Octal 372 367 276 0 1 30 2 71 126 126
Binary 11111010 11110111 10111110 0 1 11000 10 111001 1010110 1010110

Color Harmonies of #FAF7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7BE

Black with #FAF7BE

Text Example


Text Example

White with #FAF7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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