#FAFEBF

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

Shades of Cumulus #FAFEBF

Tints of Cumulus #FAFEBF

Color information

#FAFEBF (or 0xFAFEBF) is unknown color: approx Cumulus. HEX triplet: FA, FE and BF. RGB value is (250,254,191). Sum of RGB (Red+Green+Blue) = 250+254+191=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 191 (75% from 255 or 27.48% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBF is #050140. Grayscale: #F5F5F5. Windows color (decimal): -328001 or 12582650. OLE color: 12582650.

HSL color Cylindrical-coordinate representation of color #FAFEBF: hue angle of 63.81º 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 #FAFEBF is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB250254191-
CMYK0.0200.250.00
HSL63.81º96.92%87.25%-
HSV(B)63.81º24.8%99.61%-
XYZ84.2794.9763.18-
YUV245.6297.17131.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 191 (75% from 255) = 27.48%
R=35.97%
G=36.55%
B=27.48%

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
Decimal2502541910.0200.250.0063.8196.9287.25
HexFAFEBF20190406157
Octal37237627720310100141127
Binary111110101111111010111111100110010100000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEBF; }

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

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

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

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

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

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

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

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