Html Css Color HEX #FEFEBE Cumulus

📋 copy color: '#FEFEBE'

red 254 ◦ green 254 ◦ blue 190

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

Shades of Cumulus #FEFEBE

Tints of Cumulus #FEFEBE

RGB

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

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

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

R = 36.39%
G = 36.39%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEFEBE (or 0xFEFEBE) is known color: Cumulus. HEX triplet: FE, FE and BE. RGB value is (254,254,190). Sum of RGB (Red+Green+Blue) = 254+254+190=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 190 (74.61% from 255 or 27.22% from 698); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEBE is #010141. Grayscale: #F6F6F6. Windows color (decimal): -65858 or 12517118. OLE color: 12517118.

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

Color convert

RGB 254 254 190 -
CMYK 0 0 0.25 0.00
HSL 60º 0.97% 0.87% -
HSV(B) 60º 0.25% 1% -
XYZ 85.61 95.67 62.67 -
YUV 246.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 254 254 190 0 0 0.25 0.00 60 0.97 0.87
Hex FE FE BE 0 0 19 0 3C 61 57
Octal 376 376 276 0 0 31 0 74 141 127
Binary 11111110 11111110 10111110 0 0 11001 0 111100 1100001 1010111

Color Harmonies of #FEFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEBE

Black with #FEFEBE

Text Example


Text Example

White with #FEFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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