#FFFEC1

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

Shades of Cumulus #FFFEC1

Tints of Cumulus #FFFEC1

Color information

#FFFEC1 (or 0xFFFEC1) is unknown color: approx Cumulus. HEX triplet: FF, FE and C1. RGB value is (255,254,193). Sum of RGB (Red+Green+Blue) = 255+254+193=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 193 (75.78% from 255 or 27.49% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC1 is #00013E. Grayscale: #F7F7F7. Windows color (decimal): -319 or 12713727. OLE color: 12713727.

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

Color convert

RGB255254193-
CMYK00.000.240
HSL59.03º100%87.84%-
HSV(B)59.03º24.31%100%-
XYZ86.3195.9964.43-
YUV247.3497.33133.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 193 (75.78% from 255) = 27.49%
R=36.32%
G=36.18%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525419300.000.24059.0310087.84
HexFFFEC1001803b6458
Octal3773763010030073144130
Binary1111111111111110110000010011000011101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC1; }

 p { color: rgb(255,254,193); }

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

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

 a { background-color: rgb(255,254,193); }

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

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

 span { border-color: rgb(255,254,193); }

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