Html Css Color HEX #FEFEBD Cumulus

📋 copy color: '#FEFEBD'

red 254 ◦ green 254 ◦ blue 189

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

Shades of Cumulus #FEFEBD

Tints of Cumulus #FEFEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.12%

R = 36.44%
G = 36.44%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEFEBD (or 0xFEFEBD) is known color: Cumulus. HEX triplet: FE, FE and BD. RGB value is (254,254,189). Sum of RGB (Red+Green+Blue) = 254+254+189=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 189 (74.22% from 255 or 27.12% from 697); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEBD is #010142. Grayscale: #F6F6F6. Windows color (decimal): -65859 or 12451582. OLE color: 12451582.

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

Color convert

RGB 254 254 189 -
CMYK 0 0 0.26 0.00
HSL 60º 0.97% 0.87% -
HSV(B) 60º 0.26% 1% -
XYZ 85.5 95.63 62.1 -
YUV 246.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 254 254 189 0 0 0.26 0.00 60 0.97 0.87
Hex FE FE BD 0 0 1A 0 3C 61 57
Octal 376 376 275 0 0 32 0 74 141 127
Binary 11111110 11111110 10111101 0 0 11010 0 111100 1100001 1010111

Color Harmonies of #FEFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEBD

Black with #FEFEBD

Text Example


Text Example

White with #FEFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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