Html Css Color HEX #FEFAB9 Cumulus

📋 copy color: '#FEFAB9'

red 254 ◦ green 250 ◦ blue 185

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

Shades of Cumulus #FEFAB9

Tints of Cumulus #FEFAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.28%

 BLUE value IS 185 (72.66% from 255) = 26.85%

R = 36.87%
G = 36.28%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEFAB9 (or 0xFEFAB9) is known color: Cumulus. HEX triplet: FE, FA and B9. RGB value is (254,250,185). Sum of RGB (Red+Green+Blue) = 254+250+185=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB9 is #010546. Grayscale: #F4F4F4. Windows color (decimal): -66887 or 12188414. OLE color: 12188414.

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

Color convert

RGB 254 250 185 -
CMYK 0 0.02 0.27 0.00
HSL 56.52º 0.97% 0.86% -
HSV(B) 56.52º 0.27% 1% -
XYZ 83.82 92.94 59.42 -
YUV 243.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 254 250 185 0 0.02 0.27 0.00 56.52 0.97 0.86
Hex FE FA B9 0 2 1B 0 39 61 56
Octal 376 372 271 0 2 33 0 71 141 126
Binary 11111110 11111010 10111001 0 10 11011 0 111001 1100001 1010110

Color Harmonies of #FEFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAB9

Black with #FEFAB9

Text Example


Text Example

White with #FEFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAB9; }

 p { color: rgb(254,250,185); }

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

background-color css

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

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

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

border-color css

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

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

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