Html Css Color HEX #FAF9BA Cumulus

📋 copy color: '#FAF9BA'

red 250 ◦ green 249 ◦ blue 186

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

Shades of Cumulus #FAF9BA

Tints of Cumulus #FAF9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.35%

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

R = 36.5%
G = 36.35%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAF9BA (or 0xFAF9BA) is known color: Cumulus. HEX triplet: FA, F9 and BA. RGB value is (250,249,186). Sum of RGB (Red+Green+Blue) = 250+249+186=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 186 (73.05% from 255 or 27.15% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9BA is #050645. Grayscale: #F2F2F2. Windows color (decimal): -329286 or 12253690. OLE color: 12253690.

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

Color convert

RGB 250 249 186 -
CMYK 0 0.00 0.26 0.02
HSL 59.06º 0.86% 0.85% -
HSV(B) 59.06º 0.26% 0.98% -
XYZ 82.16 91.62 59.81 -
YUV 242.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 250 249 186 0 0.00 0.26 0.02 59.06 0.86 0.85
Hex FA F9 BA 0 0 1A 2 3B 56 55
Octal 372 371 272 0 0 32 2 73 126 125
Binary 11111010 11111001 10111010 0 0 11010 10 111011 1010110 1010101

Color Harmonies of #FAF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9BA

Black with #FAF9BA

Text Example


Text Example

White with #FAF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9BA; }

 p { color: rgb(250,249,186); }

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

background-color css

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

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

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

border-color css

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

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

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