#FBFAC4

Color #FBFAC4 Cumulus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumulus #FBFAC4

Tints of Cumulus #FBFAC4

Color information

#FBFAC4 (or 0xFBFAC4) is unknown color: approx Cumulus. HEX triplet: FB, FA and C4. RGB value is (251,250,196). Sum of RGB (Red+Green+Blue) = 251+250+196=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 196 (76.95% from 255 or 28.12% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAC4 is #04053B. Grayscale: #F4F4F4. Windows color (decimal): -263484 or 12909307. OLE color: 12909307.

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

Color convert

RGB251250196-
CMYK00.000.220.02
HSL58.91º87.3%87.65%-
HSV(B)58.91º21.91%98.43%-
XYZ83.9392.8765.73-
YUV244.14100.83132.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 196 (76.95% from 255) = 28.12%
R=36.01%
G=35.87%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125019600.000.220.0258.9187.387.65
HexFBFAC4001623b5758
Octal3733723040026273127130
Binary11111011111110101100010000101101011101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAC4; }

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

 H1.HeaderClassName
 {
   color: #FBFAC4;
 }
 .AnyTagClassName
 {
   color: #FBFAC4;
 }
</style>
background-color css

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

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

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

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

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

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