Html Css Color HEX #FEFEBA Cumulus

📋 copy color: '#FEFEBA'

red 254 ◦ green 254 ◦ blue 186

#FEFEBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cumulus #FEFEBA

Tints of Cumulus #FEFEBA

RGB

 RED value IS 254 (99.61% from 255) = 36.6%

 GREEN value IS 254 (99.61% from 255) = 36.6%

 BLUE value IS 186 (73.05% from 255) = 26.8%

R = 36.6%
G = 36.6%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEFEBA (or 0xFEFEBA) is known color: Cumulus. HEX triplet: FE, FE and BA. RGB value is (254,254,186). Sum of RGB (Red+Green+Blue) = 254+254+186=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 186 (73.05% from 255 or 26.80% from 694); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEBA is #010145. Grayscale: #F6F6F6. Windows color (decimal): -65862 or 12254974. OLE color: 12254974.

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

Color convert

RGB 254 254 186 -
CMYK 0 0 0.27 0.00
HSL 60º 0.97% 0.86% -
HSV(B) 60º 0.27% 1% -
XYZ 85.18 95.5 60.4 -
YUV 246.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 254 254 186 0 0 0.27 0.00 60 0.97 0.86
Hex FE FE BA 0 0 1B 0 3C 61 56
Octal 376 376 272 0 0 33 0 74 141 126
Binary 11111110 11111110 10111010 0 0 11011 0 111100 1100001 1010110

Color Harmonies of #FEFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEBA

Black with #FEFEBA

Text Example


Text Example

White with #FEFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEBA; }

 p { color: rgb(254,254,186); }

 H1.HeaderClassName
 {
   color: #FEFEBA;
 }
 .AnyTagClassName
 {
   color: #FEFEBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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