Html Css Color HEX #FEFFB9 Cumulus

📋 copy color: '#FEFFB9'

red 254 ◦ green 255 ◦ blue 185

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

Shades of Cumulus #FEFFB9

Tints of Cumulus #FEFFB9

RGB

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

 GREEN value IS 255 (100% from 255) = 36.74%

 BLUE value IS 185 (72.66% from 255) = 26.66%

R = 36.6%
G = 36.74%
B = 26.66%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FEFFB9 (or 0xFEFFB9) is known color: Cumulus. HEX triplet: FE, FF and B9. RGB value is (254,255,185). Sum of RGB (Red+Green+Blue) = 254+255+185=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 185 (72.66% from 255 or 26.66% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFB9 is #010046. Grayscale: #F6F6F6. Windows color (decimal): -65607 or 12189694. OLE color: 12189694.

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

Color convert

RGB 254 255 185 -
CMYK 0.00 0 0.27 0
HSL 60.86º 1% 0.86% -
HSV(B) 60.86º 0.27% 1% -
XYZ 85.39 96.09 59.95 -
YUV 246.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 254 255 185 0.00 0 0.27 0 60.86 1 0.86
Hex FE FF B9 0 0 1B 0 3D 64 56
Octal 376 377 271 0 0 33 0 75 144 126
Binary 11111110 11111111 10111001 0 0 11011 0 111101 1100100 1010110

Color Harmonies of #FEFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFB9

Black with #FEFFB9

Text Example


Text Example

White with #FEFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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