Html Css Color HEX #FCFBC2 Cumulus

📋 copy color: '#FCFBC2'

red 252 ◦ green 251 ◦ blue 194

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

Shades of Cumulus #FCFBC2

Tints of Cumulus #FCFBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 27.83%

R = 36.15%
G = 36.01%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCFBC2 (or 0xFCFBC2) is known color: Cumulus. HEX triplet: FC, FB and C2. RGB value is (252,251,194). Sum of RGB (Red+Green+Blue) = 252+251+194=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 194 (76.17% from 255 or 27.83% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC2 is #03043D. Grayscale: #F5F5F5. Windows color (decimal): -197694 or 12778492. OLE color: 12778492.

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

Color convert

RGB 252 251 194 -
CMYK 0 0.00 0.23 0.01
HSL 58.97º 0.91% 0.87% -
HSV(B) 58.97º 0.23% 0.99% -
XYZ 84.38 93.58 64.66 -
YUV 244.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 252 251 194 0 0.00 0.23 0.01 58.97 0.91 0.87
Hex FC FB C2 0 0 17 1 3B 5B 57
Octal 374 373 302 0 0 27 1 73 133 127
Binary 11111100 11111011 11000010 0 0 10111 1 111011 1011011 1010111

Color Harmonies of #FCFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBC2

Black with #FCFBC2

Text Example


Text Example

White with #FCFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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