Html Css Color HEX #FFFAB9 Cumulus

📋 copy color: '#FFFAB9'

red 255 ◦ green 250 ◦ blue 185

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

Shades of Cumulus #FFFAB9

Tints of Cumulus #FFFAB9

RGB

 RED value IS 255 (100% from 255) = 36.96%

 GREEN value IS 250 (98.05% from 255) = 36.23%

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

R = 36.96%
G = 36.23%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFFAB9 (or 0xFFFAB9) is known color: Cumulus. HEX triplet: FF, FA and B9. RGB value is (255,250,185). Sum of RGB (Red+Green+Blue) = 255+250+185=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 185 (72.66% from 255 or 26.81% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB9 is #000546. Grayscale: #F4F4F4. Windows color (decimal): -1351 or 12188415. OLE color: 12188415.

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

Color convert

RGB 255 250 185 -
CMYK 0 0.02 0.27 0
HSL 55.71º 1% 0.86% -
HSV(B) 55.71º 0.27% 1% -
XYZ 84.18 93.13 59.44 -
YUV 244.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 255 250 185 0 0.02 0.27 0 55.71 1 0.86
Hex FF FA B9 0 2 1B 0 38 64 56
Octal 377 372 271 0 2 33 0 70 144 126
Binary 11111111 11111010 10111001 0 10 11011 0 111000 1100100 1010110

Color Harmonies of #FFFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFAB9

Black with #FFFAB9

Text Example


Text Example

White with #FFFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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