#FCFABC

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

Shades of Cumulus #FCFABC

Tints of Cumulus #FCFABC

Color information

#FCFABC (or 0xFCFABC) is unknown color: approx Cumulus. HEX triplet: FC, FA and BC. RGB value is (252,250,188). Sum of RGB (Red+Green+Blue) = 252+250+188=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 188 (73.83% from 255 or 27.25% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFABC is #030543. Grayscale: #F3F3F3. Windows color (decimal): -197956 or 12385020. OLE color: 12385020.

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

Color convert

RGB252250188-
CMYK00.010.250.01
HSL58.12º91.43%86.27%-
HSV(B)58.12º25.4%98.82%-
XYZ83.4192.761.07-
YUV243.5396.66134.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 188 (73.83% from 255) = 27.25%
R=36.52%
G=36.23%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225018800.010.250.0158.1291.4386.27
HexFCFABC011913a5b56
Octal3743722740131172133126
Binary1111110011111010101111000111001111101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFABC; }

 p { color: rgb(252,250,188); }

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

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

 a { background-color: rgb(252,250,188); }

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

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

 span { border-color: rgb(252,250,188); }

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