Html Css Color HEX #FBFBC1 Cumulus

📋 copy color: '#FBFBC1'

red 251 ◦ green 251 ◦ blue 193

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

Shades of Cumulus #FBFBC1

Tints of Cumulus #FBFBC1

RGB

 RED value IS 251 (98.44% from 255) = 36.12%

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

 BLUE value IS 193 (75.78% from 255) = 27.77%

R = 36.12%
G = 36.12%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBFBC1 (or 0xFBFBC1) is known color: Cumulus. HEX triplet: FB, FB and C1. RGB value is (251,251,193). Sum of RGB (Red+Green+Blue) = 251+251+193=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 193 (75.78% from 255 or 27.77% from 695); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBC1 is #04043E. Grayscale: #F4F4F4. Windows color (decimal): -263231 or 12712955. OLE color: 12712955.

HSL color Cylindrical-coordinate representation of color #FBFBC1: hue angle of 60º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBFBC1 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 193 -
CMYK 0 0 0.23 0.02
HSL 60º 0.88% 0.87% -
HSV(B) 60º 0.23% 0.98% -
XYZ 83.91 93.35 64.05 -
YUV 244.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 251 251 193 0 0 0.23 0.02 60 0.88 0.87
Hex FB FB C1 0 0 17 2 3C 58 57
Octal 373 373 301 0 0 27 2 74 130 127
Binary 11111011 11111011 11000001 0 0 10111 10 111100 1011000 1010111

Color Harmonies of #FBFBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBC1

Black with #FBFBC1

Text Example


Text Example

White with #FBFBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBC1; }

 p { color: rgb(251,251,193); }

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

background-color css

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

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

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

border-color css

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

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

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