Html Css Color HEX #FCFBC4 Cumulus

📋 copy color: '#FCFBC4'

red 252 ◦ green 251 ◦ blue 196

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

Shades of Cumulus #FCFBC4

Tints of Cumulus #FCFBC4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.91%

 BLUE value IS 196 (76.95% from 255) = 28.04%

R = 36.05%
G = 35.91%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCFBC4 (or 0xFCFBC4) is known color: Cumulus. HEX triplet: FC, FB and C4. RGB value is (252,251,196). Sum of RGB (Red+Green+Blue) = 252+251+196=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 196 (76.95% from 255 or 28.04% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC4 is #03043B. Grayscale: #F5F5F5. Windows color (decimal): -197692 or 12909564. OLE color: 12909564.

HSL color Cylindrical-coordinate representation of color #FCFBC4: hue angle of 58.93º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCFBC4 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 196 -
CMYK 0 0.00 0.22 0.01
HSL 58.93º 0.9% 0.88% -
HSV(B) 58.93º 0.22% 0.99% -
XYZ 84.61 93.68 65.85 -
YUV 245.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 252 251 196 0 0.00 0.22 0.01 58.93 0.9 0.88
Hex FC FB C4 0 0 16 1 3B 5A 58
Octal 374 373 304 0 0 26 1 73 132 130
Binary 11111100 11111011 11000100 0 0 10110 1 111011 1011010 1011000

Color Harmonies of #FCFBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBC4

Black with #FCFBC4

Text Example


Text Example

White with #FCFBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBC4; }

 p { color: rgb(252,251,196); }

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

background-color css

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

 a { background-color: rgb(252,251,196); }

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

border-color css

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

 span { border-color: rgb(252,251,196); }

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