Html Css Color HEX #FAF9BB Cumulus

📋 copy color: '#FAF9BB'

red 250 ◦ green 249 ◦ blue 187

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

Shades of Cumulus #FAF9BB

Tints of Cumulus #FAF9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.26%

R = 36.44%
G = 36.3%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAF9BB (or 0xFAF9BB) is known color: Cumulus. HEX triplet: FA, F9 and BB. RGB value is (250,249,187). Sum of RGB (Red+Green+Blue) = 250+249+187=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 187 (73.44% from 255 or 27.26% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9BB is #050644. Grayscale: #F2F2F2. Windows color (decimal): -329285 or 12319226. OLE color: 12319226.

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

Color convert

RGB 250 249 187 -
CMYK 0 0.00 0.25 0.02
HSL 59.05º 0.86% 0.86% -
HSV(B) 59.05º 0.25% 0.98% -
XYZ 82.27 91.66 60.37 -
YUV 242.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 250 249 187 0 0.00 0.25 0.02 59.05 0.86 0.86
Hex FA F9 BB 0 0 19 2 3B 56 56
Octal 372 371 273 0 0 31 2 73 126 126
Binary 11111010 11111001 10111011 0 0 11001 10 111011 1010110 1010110

Color Harmonies of #FAF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9BB

Black with #FAF9BB

Text Example


Text Example

White with #FAF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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