Html Css Color HEX #FEFAB8 Cumulus

📋 copy color: '#FEFAB8'

red 254 ◦ green 250 ◦ blue 184

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

Shades of Cumulus #FEFAB8

Tints of Cumulus #FEFAB8

RGB

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

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

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

R = 36.92%
G = 36.34%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEFAB8 (or 0xFEFAB8) is known color: Cumulus. HEX triplet: FE, FA and B8. RGB value is (254,250,184). Sum of RGB (Red+Green+Blue) = 254+250+184=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 184 (72.27% from 255 or 26.74% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB8 is #010547. Grayscale: #F3F3F3. Windows color (decimal): -66888 or 12122878. OLE color: 12122878.

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

Color convert

RGB 254 250 184 -
CMYK 0 0.02 0.28 0.00
HSL 56.57º 0.97% 0.86% -
HSV(B) 56.57º 0.28% 1% -
XYZ 83.71 92.9 58.87 -
YUV 243.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 254 250 184 0 0.02 0.28 0.00 56.57 0.97 0.86
Hex FE FA B8 0 2 1C 0 39 61 56
Octal 376 372 270 0 2 34 0 71 141 126
Binary 11111110 11111010 10111000 0 10 11100 0 111001 1100001 1010110

Color Harmonies of #FEFAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAB8

Black with #FEFAB8

Text Example


Text Example

White with #FEFAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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