Html Css Color HEX #FEF8B6 Cumulus

📋 copy color: '#FEF8B6'

red 254 ◦ green 248 ◦ blue 182

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

Shades of Cumulus #FEF8B6

Tints of Cumulus #FEF8B6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.26%

 BLUE value IS 182 (71.48% from 255) = 26.61%

R = 37.13%
G = 36.26%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEF8B6 (or 0xFEF8B6) is known color: Cumulus. HEX triplet: FE, F8 and B6. RGB value is (254,248,182). Sum of RGB (Red+Green+Blue) = 254+248+182=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 182 (71.48% from 255 or 26.61% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8B6 is #010749. Grayscale: #F2F2F2. Windows color (decimal): -67402 or 11991294. OLE color: 11991294.

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

Color convert

RGB 254 248 182 -
CMYK 0 0.02 0.28 0.00
HSL 55º 0.97% 0.85% -
HSV(B) 55º 0.28% 1% -
XYZ 82.88 91.58 57.56 -
YUV 242.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 254 248 182 0 0.02 0.28 0.00 55 0.97 0.85
Hex FE F8 B6 0 2 1C 0 37 61 55
Octal 376 370 266 0 2 34 0 67 141 125
Binary 11111110 11111000 10110110 0 10 11100 0 110111 1100001 1010101

Color Harmonies of #FEF8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8B6

Black with #FEF8B6

Text Example


Text Example

White with #FEF8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8B6; }

 p { color: rgb(254,248,182); }

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

background-color css

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

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

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

border-color css

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

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

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