#F8FAC4

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

Shades of Cumulus #F8FAC4

Tints of Cumulus #F8FAC4

Color information

#F8FAC4 (or 0xF8FAC4) is unknown color: approx Cumulus. HEX triplet: F8, FA and C4. RGB value is (248,250,196). Sum of RGB (Red+Green+Blue) = 248+250+196=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 196 (76.95% from 255 or 28.24% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAC4 is #07053B. Grayscale: #F3F3F3. Windows color (decimal): -460092 or 12909304. OLE color: 12909304.

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

Color convert

RGB248250196-
CMYK0.0100.220.02
HSL62.22º84.38%87.45%-
HSV(B)62.22º21.6%98.04%-
XYZ82.8692.3165.68-
YUV243.25101.34131.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.73%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 196 (76.95% from 255) = 28.24%
R=35.73%
G=36.02%
B=28.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501960.0100.220.0262.2284.3887.45
HexF8FAC4101623e5457
Octal3703723041026276124127
Binary11111000111110101100010010101101011111010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAC4; }

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

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

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

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

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

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

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

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