#FAFEBE

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

Shades of Cumulus #FAFEBE

Tints of Cumulus #FAFEBE

Color information

#FAFEBE (or 0xFAFEBE) is unknown color: approx Cumulus. HEX triplet: FA, FE and BE. RGB value is (250,254,190). Sum of RGB (Red+Green+Blue) = 250+254+190=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 190 (74.61% from 255 or 27.38% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBE is #050141. Grayscale: #F5F5F5. Windows color (decimal): -328002 or 12517114. OLE color: 12517114.

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

Color convert

RGB250254190-
CMYK0.0200.250.00
HSL63.75º96.97%87.06%-
HSV(B)63.75º25.2%99.61%-
XYZ84.1694.9362.6-
YUV245.5196.67131.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 190 (74.61% from 255) = 27.38%
R=36.02%
G=36.60%
B=27.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541900.0200.250.0063.7596.9787.06
HexFAFEBE20190406157
Octal37237627620310100141127
Binary111110101111111010111110100110010100000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEBE; }

 p { color: rgb(250,254,190); }

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

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

 a { background-color: rgb(250,254,190); }

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

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

 span { border-color: rgb(250,254,190); }

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