Html Css Color HEX #FEFCB8 Cumulus

📋 copy color: '#FEFCB8'

red 254 ◦ green 252 ◦ blue 184

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

Shades of Cumulus #FEFCB8

Tints of Cumulus #FEFCB8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.52%

 BLUE value IS 184 (72.27% from 255) = 26.67%

R = 36.81%
G = 36.52%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEFCB8 (or 0xFEFCB8) is known color: Cumulus. HEX triplet: FE, FC and B8. RGB value is (254,252,184). Sum of RGB (Red+Green+Blue) = 254+252+184=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 184 (72.27% from 255 or 26.67% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCB8 is #010347. Grayscale: #F5F5F5. Windows color (decimal): -66376 or 12123390. OLE color: 12123390.

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

Color convert

RGB 254 252 184 -
CMYK 0 0.01 0.28 0.00
HSL 58.29º 0.97% 0.86% -
HSV(B) 58.29º 0.28% 1% -
XYZ 84.34 94.15 59.08 -
YUV 244.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 254 252 184 0 0.01 0.28 0.00 58.29 0.97 0.86
Hex FE FC B8 0 1 1C 0 3A 61 56
Octal 376 374 270 0 1 34 0 72 141 126
Binary 11111110 11111100 10111000 0 1 11100 0 111010 1100001 1010110

Color Harmonies of #FEFCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFCB8

Black with #FEFCB8

Text Example


Text Example

White with #FEFCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFCB8; }

 p { color: rgb(254,252,184); }

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

background-color css

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

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

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

border-color css

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

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

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