Html Css Color HEX #FAFBB9 Cumulus

📋 copy color: '#FAFBB9'

red 250 ◦ green 251 ◦ blue 185

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

Shades of Cumulus #FAFBB9

Tints of Cumulus #FAFBB9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.59%

 BLUE value IS 185 (72.66% from 255) = 26.97%

R = 36.44%
G = 36.59%
B = 26.97%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAFBB9 (or 0xFAFBB9) is known color: Cumulus. HEX triplet: FA, FB and B9. RGB value is (250,251,185). Sum of RGB (Red+Green+Blue) = 250+251+185=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 185 (72.66% from 255 or 26.97% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBB9 is #050446. Grayscale: #F3F3F3. Windows color (decimal): -328775 or 12188666. OLE color: 12188666.

HSL color Cylindrical-coordinate representation of color #FAFBB9: hue angle of 60.91º degrees, saturation: 0.89, 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 #FAFBB9 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 251 185 -
CMYK 0.00 0 0.26 0.02
HSL 60.91º 0.89% 0.85% -
HSV(B) 60.91º 0.26% 0.98% -
XYZ 82.68 92.82 59.46 -
YUV 243.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 250 251 185 0.00 0 0.26 0.02 60.91 0.89 0.85
Hex FA FB B9 0 0 1A 2 3D 59 55
Octal 372 373 271 0 0 32 2 75 131 125
Binary 11111010 11111011 10111001 0 0 11010 10 111101 1011001 1010101

Color Harmonies of #FAFBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBB9

Black with #FAFBB9

Text Example


Text Example

White with #FAFBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBB9; }

 p { color: rgb(250,251,185); }

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

background-color css

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

 a { background-color: rgb(250,251,185); }

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

border-color css

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

 span { border-color: rgb(250,251,185); }

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