Html Css Color HEX #FEFCBE Cumulus

📋 copy color: '#FEFCBE'

red 254 ◦ green 252 ◦ blue 190

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

Shades of Cumulus #FEFCBE

Tints of Cumulus #FEFCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 27.3%

R = 36.49%
G = 36.21%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEFCBE (or 0xFEFCBE) is known color: Cumulus. HEX triplet: FE, FC and BE. RGB value is (254,252,190). Sum of RGB (Red+Green+Blue) = 254+252+190=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 190 (74.61% from 255 or 27.30% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCBE is #010341. Grayscale: #F5F5F5. Windows color (decimal): -66370 or 12516606. OLE color: 12516606.

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

Color convert

RGB 254 252 190 -
CMYK 0 0.01 0.25 0.00
HSL 58.13º 0.97% 0.87% -
HSV(B) 58.13º 0.25% 1% -
XYZ 84.98 94.41 62.46 -
YUV 245.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 254 252 190 0 0.01 0.25 0.00 58.13 0.97 0.87
Hex FE FC BE 0 1 19 0 3A 61 57
Octal 376 374 276 0 1 31 0 72 141 127
Binary 11111110 11111100 10111110 0 1 11001 0 111010 1100001 1010111

Color Harmonies of #FEFCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFCBE

Black with #FEFCBE

Text Example


Text Example

White with #FEFCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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