Html Css Color HEX #FCFABE Cumulus

📋 copy color: '#FCFABE'

red 252 ◦ green 250 ◦ blue 190

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

Shades of Cumulus #FCFABE

Tints of Cumulus #FCFABE

RGB

 RED value IS 252 (98.83% from 255) = 36.42%

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

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

R = 36.42%
G = 36.13%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCFABE (or 0xFCFABE) is known color: Cumulus. HEX triplet: FC, FA and BE. RGB value is (252,250,190). Sum of RGB (Red+Green+Blue) = 252+250+190=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 190 (74.61% from 255 or 27.46% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFABE is #030541. Grayscale: #F4F4F4. Windows color (decimal): -197954 or 12516092. OLE color: 12516092.

HSL color Cylindrical-coordinate representation of color #FCFABE: hue angle of 58.06º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCFABE is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 190 -
CMYK 0 0.01 0.25 0.01
HSL 58.06º 0.91% 0.87% -
HSV(B) 58.06º 0.25% 0.99% -
XYZ 83.62 92.78 62.22 -
YUV 243.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 252 250 190 0 0.01 0.25 0.01 58.06 0.91 0.87
Hex FC FA BE 0 1 19 1 3A 5B 57
Octal 374 372 276 0 1 31 1 72 133 127
Binary 11111100 11111010 10111110 0 1 11001 1 111010 1011011 1010111

Color Harmonies of #FCFABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFABE

Black with #FCFABE

Text Example


Text Example

White with #FCFABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFABE; }

 p { color: rgb(252,250,190); }

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

background-color css

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

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

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

border-color css

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

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

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