Html Css Color HEX #FEFABA Cumulus

📋 copy color: '#FEFABA'

red 254 ◦ green 250 ◦ blue 186

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

Shades of Cumulus #FEFABA

Tints of Cumulus #FEFABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 26.96%

R = 36.81%
G = 36.23%
B = 26.96%

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

#FEFABA (or 0xFEFABA) is known color: Cumulus. HEX triplet: FE, FA and BA. RGB value is (254,250,186). Sum of RGB (Red+Green+Blue) = 254+250+186=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 186 (73.05% from 255 or 26.96% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFABA is #010545. Grayscale: #F4F4F4. Windows color (decimal): -66886 or 12253950. OLE color: 12253950.

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

Color convert

RGB 254 250 186 -
CMYK 0 0.02 0.27 0.00
HSL 56.47º 0.97% 0.86% -
HSV(B) 56.47º 0.27% 1% -
XYZ 83.92 92.99 59.98 -
YUV 243.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 254 250 186 0 0.02 0.27 0.00 56.47 0.97 0.86
Hex FE FA BA 0 2 1B 0 38 61 56
Octal 376 372 272 0 2 33 0 70 141 126
Binary 11111110 11111010 10111010 0 10 11011 0 111000 1100001 1010110

Color Harmonies of #FEFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFABA

Black with #FEFABA

Text Example


Text Example

White with #FEFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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